This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 12cd10a This closes #3368
new ccefbfc ARTEMIS-3019 Before applying the fix into two methods, I
needed to move the method into the right place
new e6a6e81 ARTEMIS-3019 expiry changes in AMQP Large Message
new eece57d This closes #3369
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/activemq/artemis/api/core/Message.java | 5 +
.../core/message/impl/MessageInternalImpl.java | 5 +
.../protocol/amqp/broker/AMQPLargeMessage.java | 131 ++++++++++++++++++++-
.../artemis/protocol/amqp/broker/AMQPMessage.java | 64 ----------
.../core/persistence/impl/journal/LargeBody.java | 10 +-
.../artemis/core/server/impl/QueueImpl.java | 2 +-
.../integration/client/ExpiryLargeMessageTest.java | 114 ++++++++++++++++++
7 files changed, 264 insertions(+), 67 deletions(-)