Skip to content

Releases: rabbitmq/rabbitmq-jms-client

3.0.0

25 Nov 10:08
Compare
Choose a tag to compare

Changes between 2.x and 3.0.0

This is a major release that implements the JMS 3.0 specification, also known as Jakarta Messaging. As such, JMS Client 3.x is not compatible with 2.x: the API packages were renamed from javax.jms to jakarta.jms. It also requires Java 11, like JMS 3.0 does. See the JMS 3.0-related GitHub issue for more information.

JMS 3.0 users can now use RabbitMQ as a JMS backend, with the plain JMS 3.0 API or with higher-level layers like Spring 6.0.

Bump JMS to 3.0 (breaking change)

GitHub PR: #212

Remove ConfirmListener (breaking change)

GitHub issue: #207

Activate subscription name validation (breaking change)

GitHub issue: #204

2.7.0

25 Nov 12:43
Compare
Choose a tag to compare

Changes between 2.6.0 and 2.7.0

This is a maintenance release with new features, usability improvements, and dependency upgrades. It is backward-compatible with 2.6.0. All 2.x users are encouraged to upgrade.

This is the first release to use the JMS 2.0 API and implement some of its features. See the corresponding GitHub issue for more details.

Implement JMS 2.0 simplified API

GitHub issue: #210

Add support for shared topic subscriptions

GitHub issue: #208

Support JMS 2.0 asynchronous send

GitHub issue: #206

Deprecate ConfirmListener in favor of JMS 2.0 asynchronous send

GitHub issue: #205

Add flag to enable subscription name validation

GitHub issue: #203

Make JMSXDeliveryCount mandatory

GitHub issue: #202

Add new createDurableConsumer JMS 2.0 methods (JMS_SPEC-51)

GitHub issue: #201

Add JMS 2.0 new methods to create a session (JMS_SPEC-45)

GitHub issue: #200

Implement JMS 2.0 body extraction methods

GitHub issue: #199

Bump JMS to 2.0

GitHub issue: #197

Bump dependencies

GitHub issue: #196

3.0.0.RC1

17 Nov 10:44
Compare
Choose a tag to compare
3.0.0.RC1 Pre-release
Pre-release

Changes between 2.x and 3.0.0.RC1

This is a preview release for 3.0.0. It implements the JMS 3.0 specification, also known as Jakarta Messaging. As such, JMS Client 3.x is not compatible with 2.x: the API packages were renamed from javax.jms to jakarta.jms. It also requires Java 11, like JMS 3.0. See the JMS 3.0-related issue for more details.

All users interested in using JMS 3.0 are encouraged to test this release candidate.

Bump JMS to 3.0 (breaking change)

GitHub PR: #212

Remove ConfirmListener (breaking change)

GitHub issue: #207

Activate subscription name validation (breaking change)

GitHub issue: #204

2.7.0.RC1

16 Nov 15:44
Compare
Choose a tag to compare
2.7.0.RC1 Pre-release
Pre-release

Changes between 2.6.0 and 2.7.0.RC1

This is a preview release for 2.6.0 with new features, usability improvements, and dependency upgrades. It is backward-compatible with 2.6.0. All users are encouraged to test it.

This is the first release to use the JMS 2.0 API and implement some of its features. See the corresponding GitHub issue for more details.

Implement JMS 2.0 simplified API

GitHub issue: #210

Add support for shared topic subscriptions

GitHub issue: #208

Support JMS 2.0 asynchronous send

GitHub issue: #206

Deprecate ConfirmListener in favor of JMS 2.0 asynchronous send

GitHub issue: #205

Add flag to enable subscription name validation

GitHub issue: #203

Make JMSXDeliveryCount mandatory

GitHub issue: #202

Add new createDurableConsumer JMS 2.0 methods (JMS_SPEC-51)

GitHub issue: #201

Add JMS 2.0 new methods to create a session (JMS_SPEC-45)

GitHub issue: #200

Implement JMS 2.0 body extraction methods

GitHub issue: #199

Bump JMS to 2.0

GitHub issue: #197

Bump dependencies

GitHub issue: #196

2.6.0

23 Sep 09:30
Compare
Choose a tag to compare

Changes between 2.5.0 and 2.6.0

This is a maintenance release that includes a dependency fix and dependency upgrades. It is backward-compatible with 2.5.0. All users are encouraged to upgrade.

Switch to javax.jms:jms breaks dependency management

GitHub issue: #184

Bump dependencies

GitHub issue: #191

2.6.0.RC1

09 Sep 08:32
Compare
Choose a tag to compare
2.6.0.RC1 Pre-release
Pre-release

Changes between 2.5.0 and 2.6.0.RC1

This is a preview release for 2.6.0 with a dependency fix and dependency upgrades. It is backward-compatible with 2.5.0. All users are encouraged to test it.

Switch to javax.jms:jms breaks dependency management

GitHub issue: #184

Bump dependencies

GitHub issue: #191

2.5.0

18 Jul 08:18
Compare
Choose a tag to compare

Changes between 2.4.0 and 2.5.0

This is a maintenance release that includes 3 usability improvements and dependency upgrades. It is backward-compatible with 2.4.0. All users are encouraged to upgrade.

Add keepTextMessageType property

GitHub PR: #178

Use javax JMS dependency instead of Geronimo

GitHub issue: #176

Add queueDeclareArguments to JNDI factory

GitHub issue: #175

Bump dependencies

GitHub issue: #152

2.5.0.RC1

11 Jul 09:25
Compare
Choose a tag to compare
2.5.0.RC1 Pre-release
Pre-release

Changes between 2.4.0 and 2.5.0.RC1

This is a release candidate for 2.5.0, a maintenance release that includes 3 usability improvements and dependency upgrades. It is backward-compatible with 2.4.0. All users are encouraged to test it.

Add keepTextMessageType property

GitHub PR: #178

Use javax JMS dependency instead of Geronimo

GitHub issue: #176

Add queueDeclareArguments to JNDI factory

GitHub issue: #175

Bump dependencies

GitHub issue: #152

2.4.0

06 Jan 13:25
Compare
Choose a tag to compare

Changes between 2.3.0 and 2.4.0

This is a maintenance release that includes 3 usability improvements and dependency upgrades. It is backward-compatible with 2.3.0. All users are encouraged to upgrade.

Thanks to Johannes Wengert for his contribution.

Handle booleans when converting JMS user properties to AMQP headers

GitHub issue: #146

Add queueDeclareArguments parameter to RMQDestination

GitHub issue: #143

Support multiple URIs in RMQObjectFactory

GitHub issue: #140

Bump dependencies

GitHub issue: #139

2.4.0.RC1

16 Dec 08:28
Compare
Choose a tag to compare
2.4.0.RC1 Pre-release
Pre-release

Changes between 2.3.0 and 2.4.0.RC2

This is a release candidate for 2.4.0, a maintenance release that includes 3 usability improvements and dependency upgrades. It is backward-compatible with 2.3.0. All users are encouraged to test it.

Thanks to Johannes Wengert for his contribution.

Handle booleans when converting JMS user properties to AMQP headers

GitHub issue: #146

Add queueDeclareArguments parameter to RMQDestination

GitHub issue: #143

Support multiple URIs in RMQObjectFactory

GitHub issue: #140

Bump dependencies

GitHub issue: #139