You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/05/03 16:42:28 UTC

[2/2] activemq-artemis git commit: This closes #501

This closes #501


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2a415a80
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2a415a80
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2a415a80

Branch: refs/heads/master
Commit: 2a415a80e94cd2963722d8509847fe7fe5c301b4
Parents: 7fb603f c161ab4
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue May 3 10:40:57 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue May 3 10:40:57 2016 -0400

----------------------------------------------------------------------
 artemis-distribution/pom.xml                    |   4 -
 artemis-distribution/src/main/assembly/dep.xml  |   1 -
 artemis-protocols/artemis-amqp-protocol/pom.xml |   4 -
 .../AMQPNativeOutboundTransformer.java          |  56 ----
 .../proton/converter/ActiveMQJMSVendor.java     |   2 +-
 .../converter/JMSMappingInboundTransformer.java |  49 ---
 .../JMSMappingOutboundTransformer.java          |  53 ---
 .../converter/ProtonMessageConverter.java       |   7 +-
 .../proton/converter/jms/ServerJMSMessage.java  |   7 +
 .../converter/jms/ServerJMSObjectMessage.java   |   2 +-
 .../converter/message/AMQPMessageIdHelper.java  | 257 +++++++++++++++
 .../message/AMQPNativeInboundTransformer.java   |  46 +++
 .../message/AMQPNativeOutboundTransformer.java  |  60 ++++
 .../message/AMQPRawInboundTransformer.java      |  60 ++++
 .../converter/message/EncodedMessage.java       |  67 ++++
 .../converter/message/InboundTransformer.java   | 317 ++++++++++++++++++
 .../message/JMSMappingInboundTransformer.java   | 126 +++++++
 .../message/JMSMappingOutboundTransformer.java  | 329 +++++++++++++++++++
 .../proton/converter/message/JMSVendor.java     |  53 +++
 .../converter/message/OutboundTransformer.java  |  69 ++++
 .../plug/ProtonSessionIntegrationCallback.java  |   2 +-
 .../core/protocol/proton/TestConversions.java   |   2 +-
 pom.xml                                         |  12 -
 23 files changed, 1400 insertions(+), 185 deletions(-)
----------------------------------------------------------------------