On behalf of the RabbitMQ team I'm happy to announce that RabbitMQ JMS
Client library 1.12.0 GA is available. This is a maintenance release
with a bug fix and an upgrade of the RabbitMQ Java client dependency.
Users of the 1.x series are encouraged to upgrade to this version.
Here's a list of the changes:
* JMSExpiration should be zero for non-expiring messages
* Bump Java client to 4.11.2
This release is backward-compatible with 1.11.2.
You can find more information about the JMS client on the RabbitMQ
website [1] and on this release on GitHub [2].
Dependency (Maven artifact)
Maven:
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>1.12.0</version>
</dependency>
Gradle:
compile 'com.rabbitmq.jms:rabbitmq-jms:1.12.0'
[1]
https://www.rabbitmq.com/jms-client.html
[2]
https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v1.12.0