Skip to content

3.2.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 11 Oct 15:17
· 115 commits to main since this release

Changes between 3.1.0 and 3.2.0

This is a maintenance release with new features, usability improvements, and a bug fix. It is compatible with 3.1.0. All users are encouraged to upgrade.

Thanks to @turcsanyip, @chbriem, and @alehane for their contribution.

Expose setSaslConfig() on RMQConnectionFactory for supporting Mutual TLS

GitHub issue: #326

NPE if a received message is marked as "Redelivered" but no header is given

GitHub issue: #325

Add pluggable strategy for dealing with reply to queues.

GitHub PR: #299

Request new parameter nackOnRollback in RMQConnectionFactory#createConnectionFactory

GitHub issue: #290

Handle forwarded Direct Reply To and non-Direct Reply To queues

GitHub PR: #280

Bump dependencies

GitHub issue: #218

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq.jms</groupId>
  <artifactId>rabbitmq-jms</artifactId>
  <version>3.2.0</version>
</dependency>

Gradle

compile "com.rabbitmq.jms:rabbitmq-jms:3.2.0"