Skip to content

1.8.0

Choose a tag to compare

@acogoluegnes acogoluegnes released this 28 Nov 10:13

Changes between 1.7.0 and 1.8.0

This is 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