This closes #810
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/04925bbf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/04925bbf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/04925bbf Branch: refs/heads/master Commit: 04925bbfc466597ec30a7c54b64f72906b7d32fb Parents: f10752b bd9b205 Author: Clebert Suconic <[email protected]> Authored: Thu Sep 29 20:28:32 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Sep 29 20:28:32 2016 -0400 ---------------------------------------------------------------------- .../converter/jms/ServerJMSObjectMessage.java | 6 +- .../message/JMSMappingOutboundTransformer.java | 9 +- .../amqp/converter/TestConversions.java | 4 +- .../tests/integration/amqp/ProtonTest.java | 23 ++++ .../crossprotocol/AMQPToOpenwireTest.java | 120 +++++++++++++++++++ .../crossprotocol/OpenWireToAMQPTest.java | 109 +++++++++++++++++ 6 files changed, 267 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
