Skip to content

v2.10.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 16 Sep 15:13
· 521 commits to main since this release

Changes between 2.9.0 and 2.10.0

This is a maintenance release with a usability improvement and dependency upgrades. It is compatible with 2.9.0. All users are encouraged to upgrade.

Thanks to @jjank for his contribution.

Add customizer callback for AMQP connections

GitHub PR: #496

Bump dependencies

GitHub issue: #331

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq.jms</groupId>
  <artifactId>rabbitmq-jms</artifactId>
  <version>2.10.0</version>
</dependency>

Gradle

compile "com.rabbitmq.jms:rabbitmq-jms:2.10.0"