You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ni...@apache.org on 2021/12/01 09:29:00 UTC

[activemq-artemis] 04/04: This closes #3370

This is an automated email from the ASF dual-hosted git repository.

nigrofranz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 4a91bcfd58f9b49a0bf316e8b28b0525d54098c5
Merge: 12a93e3 7e6373d
Author: franz1981 <ni...@gmail.com>
AuthorDate: Wed Dec 1 10:27:47 2021 +0100

    This closes #3370

 .../apache/activemq/artemis/utils/ByteUtil.java    | 10 +++
 .../artemis/utils/collections/TypedProperties.java | 14 ++++-
 .../activemq/artemis/utils/ByteUtilTest.java       | 28 ++++++++-
 .../apache/activemq/artemis/api/core/Message.java  |  9 +--
 .../artemis/core/message/impl/CoreMessage.java     | 71 +++++++++++++++-------
 .../activemq/artemis/message/CoreMessageTest.java  | 31 ++++++++++
 .../protocol/amqp/broker/AMQPLargeMessage.java     |  3 +-
 .../protocol/amqp/converter/TestConversions.java   |  4 +-
 .../core/persistence/impl/journal/LargeBody.java   |  2 +
 .../impl/journal/LargeServerMessageImpl.java       | 19 ++++--
 .../artemis/core/server/impl/DivertImpl.java       |  2 +-
 .../artemis/core/server/impl/QueueImpl.java        | 52 ++++++++--------
 12 files changed, 180 insertions(+), 65 deletions(-)