Skip to content

v3.3.0

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

Changes between 3.2.0 and 3.3.0

This is a maintenance release with a usability improvement and dependency upgrades. It is compatible with 3.2.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>3.3.0</version>
</dependency>

Gradle

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