github rabbitmq/rabbitmq-java-client v5.26.0
5.26.0

one month ago

Changes between 5.25.0 and 5.26.0

This is a maintenance release with bug fixes, dependency upgrades, and some internal refactoring. It is compatible with 5.25.0. All users are encouraged to upgrade.

Call consumer shutdown callback even if close times out

GitHub PR: #1656

Clean up binding recovery records when exchange is deleted

GitHub PR: #1593

Fix NullPointerException in metrics collector

GitHub issue: #1592

Bump dependencies

GitHub issue: #1540

Refactor BlockingCell with modern concurrency utilities

GitHub PR: #1657

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>5.26.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.26.0'

Don't miss a new rabbitmq-java-client release

NewReleases is sending notifications on new releases.