2.14.0
Changes between 2.13.0 and 2.14.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: #743
Bump dependencies
GitHub issue: #718
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>2.14.0</version>
</dependency>Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:2.14.0"