On behalf of the RabbitMQ team I'm happy to announce that the RabbitMQ
Java Client library 5.7.0 is available.
This is a minor release with usability improvements and dependency
upgrades. It is compatible with 5.6.x. All users of the 5.x.x series
are encouraged to use this version. Users of previous versions should
check the 5.0.0 changelog [1] for breaking changes.
* Improve logging for TLS connections
* Don't panic when cancelling an unknown consumer
* Bump dependencies (SLF4J, Micrometer)
Consult the release change for more details [2].
Dependency (Maven artifact)
Maven:
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.7.0</version>
</dependency>
Gradle:
compile 'com.rabbitmq:amqp-client:5.7.0'
[1]
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.0.0
[2]
https://github.com/rabbitmq/rabbitmq-java-client/releases/tag/v5.7.0