On behalf of the RabbitMQ team I'm happy to announce that RabbitMQ JMS
Client library 2.1.0 GA is available. This is a maintenance release
with a new feature and dependency upgrades. All users are encouraged
to upgrade, especially users of the 1.x series, as 1.x general support
period ends on 31 July 2020 [1].
Thanks to Steven Dürrenmatt for his contribution.
Here's a list of the changes:
* Add channelsQos property to JNDI Factory
* Bump dependencies
This release is backward-compatible with 2.0.0.
You can find more information about the JMS client on the RabbitMQ
website [2] and on this release on GitHub [3].
Dependency (Maven artifact)
Maven:
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>2.1.0</version>
</dependency>
Gradle:
compile 'com.rabbitmq.jms:rabbitmq-jms:2.1.0'
[1]
https://www.rabbitmq.com/java-versions.html
[2]
https://www.rabbitmq.com/jms-client.html
[3]
https://github.com/rabbitmq/rabbitmq-jms-client/releases/tag/v2.1.0