On behalf of the RabbitMQ team I'm happy to announce that the RabbitMQ
Java Client library 4.10.0 is available.
This is a minor release with a new feature and 2 bug fixes. It is
compatible with 4.9.x. All users of the 4.x.x and 3.6.x series are
encouraged to use this version.
* Add option to make RpcClient fail early if there are no bindings
* RpcServer doesn't stop when its thread is interrupted
* Make properties private in JSON RPC classes
Consult the release change for more details [1].
Dependency (Maven artifact)
Maven:
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>4.10.0</version>
</dependency>
Gradle:
compile 'com.rabbitmq:amqp-client:4.10.0'
[1]
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v4.10.0