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