You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2018/05/31 09:48:27 UTC

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

This closes #2115


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

Branch: refs/heads/master
Commit: 545b82fbd73598a640c5a33dc885f841da2087c1
Parents: 9b7ebef 1ae2784
Author: Martyn Taylor <mt...@redhat.com>
Authored: Thu May 31 10:48:12 2018 +0100
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Thu May 31 10:48:12 2018 +0100

----------------------------------------------------------------------
 .../activemq/artemis/api/core/Message.java      |  18 ++
 .../message/impl/CoreMessageObjectPools.java    |   4 +
 .../protocol/amqp/broker/AMQPMessage.java       |  44 ++-
 .../amqp/broker/AMQPSessionCallback.java        |   2 +-
 .../amqp/converter/AmqpCoreConverter.java       |   3 +
 .../amqp/converter/CoreAmqpConverter.java       |   2 +-
 .../protocol/amqp/message/AMQPMessageTest.java  |   4 +-
 .../core/postoffice/impl/PostOfficeImpl.java    |   4 +-
 .../ProtocolsMessageLoadBalancingTest.java      | 284 +++++++++++++++++++
 .../cluster/crossprotocol/package-info.java     |  20 ++
 10 files changed, 366 insertions(+), 19 deletions(-)
----------------------------------------------------------------------