1.8.0.RC1
Pre-release
Pre-release
Changes between 1.7.0 and 1.8.0.RC1
This is a release candidate for 1.8.0, a maintenance release that includes a new option and an upgrade of the RabbitMQ Java client dependency. This release is backward-compatible with 1.7.0.
Add option to clean up server-named queues for non-durable topics on session closing
Those queues would be cleaned only on connection closing, now they can be closed on session closing by setting RMQConnectionFactory#cleanUpServerNamedQueuesForNonDurableTopicsOnSessionClose
to true. Default is false.
Thanks to @AlexShvedoff for this contribution.
GitHub pull request: #35
Upgrade to RabbitMQ Java Client 4.3.0
The JMS Client now uses RabbitMQ Java Client 4.3.0.
GitHub issue: #37