1.7.0.RC1
Pre-release
Pre-release
Changes between 1.6.0 and 1.7.0.RC1
This is a release candidate for 1.7.0, a maintenance release that includes a bug fix, an enhancement, and an upgrade of the RabbitMQ Java client dependency. This release is backward-compatible with 1.6.0.
Let RMQObjectFactory
handle properties from a hash table
It's now possible to provide all required properties via the Hashtable
environment third argument of RMQObjectFactory#getObjectInstance()
method. This allows the user to create client objects on WildFly via Naming subsystem configuration.
Thanks to Rémi Bantos for this contribution.
GitHub issue: #21
Upgrade to RabbitMQ Java Client 4.1.0
The JMS Client now uses RabbitMQ Java Client 4.1.0.
GitHub issue: #18
Make compliance test suite pass again
A security fixed introduced a bug that would make the Compliance Test Suite fail. This is now fixed, the CTS passes.
GitHub issue: #16