Hi Justin, three requests for inclusion into 0.32:
1) QPID-6400 : [AMQP 1.0 JMS Client ] Provide a mechanism to provide a KeyStore itself rather than a file system path to it. http://svn.apache.org/r1661142 Adds a getter/setter for a property on the Connection Factory to allow for configuration of non-standard SSL keystores (e.g. hardware security modules). Trivial change with zero risk, requested by a user. Reviewed by Keith. 2) QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not attempt to create a message with no body sections Reviewed by Robbie, this fixes a defect in the AMQP 1.0 client whereby invalid AMQP message were previously created, and in the 0.32 would cause a JMS Exception on valid JMS code. This would be a blocker for release of this client. 3) QPID-6401 : Fix for original checkin which on 0.32 branch is causing a failure of a system test http://svn.apache.org/r1661079 The first checkin for this JIRA went in just before the branch was taken. The second checkin is needed to fix a mistake in the original change which causes a system test to fail. Reviewed by Keith Thanks, Rob
