Skip to content

2.7.0

Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 25 Nov 12:43
· 390 commits to main since this release

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