Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.5.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 22 Jul 09:11
· 20 commits to main since this release

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"