Releases: rabbitmq/rabbitmq-jms-client
3.4.0
Changes between 3.3.0 and 3.4.0
This is a maintenance release with a bug fix and a usability improvement. It is compatible with 3.3.0. All users are encouraged to upgrade.
Thanks to @davidmestr for his contribution.
Fully read input stream for stream message
GitHub PR: #508
Add naming strategy
GitHub PR: #513
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>3.4.0</version>
</dependency>
Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:3.4.0"
v2.11.0
Changes between 2.10.0 and 2.11.0
This is a maintenance release with a bug fix and a usability improvement. It is compatible with 2.10.0. All users are encouraged to upgrade.
Thanks to @davidmestr for his contribution.
Fully read input stream for stream message
GitHub PR: #508
Add naming strategy
GitHub PR: #513
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>2.11.0</version>
</dependency>
Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:2.11.0"
v3.3.0
Changes between 3.2.0 and 3.3.0
This is a maintenance release with a usability improvement and dependency upgrades. It is compatible with 3.2.0. All users are encouraged to upgrade.
Thanks to @jjank for his contribution.
Add customizer callback for AMQP connections
GitHub PR: #496
Bump dependencies
GitHub issue: #331
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>3.3.0</version>
</dependency>
Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:3.3.0"
v2.10.0
Changes between 2.9.0 and 2.10.0
This is a maintenance release with a usability improvement and dependency upgrades. It is compatible with 2.9.0. All users are encouraged to upgrade.
Thanks to @jjank for his contribution.
Add customizer callback for AMQP connections
GitHub PR: #496
Bump dependencies
GitHub issue: #331
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>2.10.0</version>
</dependency>
Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:2.10.0"
3.2.0
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"
2.9.0
Changes between 2.8.0 and 2.9.0
This is a maintenance release with new features, usability improvements, and a bug fix. It is compatible with 2.9.0. All users of 2.x.x 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: #217
Dependency
Maven
<dependency>
<groupId>com.rabbitmq.jms</groupId>
<artifactId>rabbitmq-jms</artifactId>
<version>2.9.0</version>
</dependency>
Gradle
compile "com.rabbitmq.jms:rabbitmq-jms:2.9.0"
3.1.0
Changes between 3.0.0 and 3.1.0
This is a maintenance release with a new feature. It is backward-compatible with 3.1.0. All users are encouraged to upgrade.
Support delivery delay
GitHub issue: #222
Move documentation to GitHub Pages
GitHub PR: #223
2.8.0
Changes between 2.7.0 and 2.8.0
This is a maintenance release with a new feature. It is backward-compatible with 2.7.0. All 2.x users are encouraged to upgrade.
Support delivery delay
GitHub issue: #222
Move documentation to GitHub Pages
GitHub PR: #223
3.1.0.RC1
Changes between 3.0.0 and 3.1.0.RC1
This is a preview release for 3.1.0. It includes a new feature. It is backward-compatible with 3.0.0. All users are encouraged to test it.
Support delivery delay (JMS 2.0 & 3.0)
GitHub issue: #222
Move documentation to GitHub Pages
GitHub PR: #223
2.8.0.RC1
Changes between 2.7.0 and 2.8.0.RC1
This is a preview release for 2.8.0. It includes a new feature. It is backward-compatible with 2.7.0. All users are encouraged to test it.
Support delivery delay (JMS 2.0 & 3.0)
GitHub issue: #222
Move documentation to GitHub Pages
GitHub PR: #223