You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Timothy Bish <ta...@gmail.com> on 2021/02/22 21:40:44 UTC

Re: An Imperative API AMQP client written in Java

I wanted to provide a short update on this client work.

* The client now has working reconnect support with configuration 
options for max reconnect attempts, max delay between attempts etc 
having been made available.
* New examples have been created to demonstrate the basics of enabling 
reconnect support.
* Testing of the large message send and receive has been done with 
payload sizes of up to 2GB and multiple fixes have been made to make 
this work reliably.
* Some additional convenience APIs have been added throughout the client 
API to make using it simpler to use for the general use cases.
* Many new tests have been added both in the underlying engine and the 
client with fixes to address issues found along the way.
* The client has been tested against ActiveMQ Artemis, ActiveMQ 5.x and 
the Dispatch Router.

Just as a reminder the client code is located in the following Github 
repository:

https://github.com/tabish121/protonj2

And the examples are located at the following location within that 
repository:

https://github.com/tabish121/protonj2/tree/master/protonj2-client-examples/src/main/java/org/apache/qpid/protonj2/client/examples


-- 
Tim Bish


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org