2.12.0
Changes between 2.11.0 and 2.12.0
This is a maintenance release with a bug fix, dependency upgrades, and some internal refactoring. It is compatible with 2.11.0. All users are encouraged to upgrade.
Fix manual ack when requeueOnMessageListenerException=true
GitHub issue: #583
Bump dependencies
GitHub issue: #504
Use concurrent utilities in RMQSession
GitHub PR: #606
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>2.12.0</version>
</dependency>Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:2.12.0"