Skip to content

3.7.0

Latest

Choose a tag to compare

@acogoluegnes acogoluegnes released this 30 Jun 13:07

Changes between 3.6.0 and 3.7.0

This is a maintenance release with a usability improvement and dependency upgrades. The upgrade of the AMQP 0.9.1 client library may break certain installations, see the library release notes for more information. All users are encouraged to upgrade.

Remove redundant hostname verification activation

GitHub PR: #741

Bump dependencies

GitHub issue: #717

Dependency

Maven

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

Gradle

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