This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 90797e1c42 ARTEMIS-4953: update to activemq 5.18.5
new 1a5c2ec51c Revert "ARTEMIS-4941 Remove lazy update after application
properties as it's no longer needed"
new db0ba73aa4 ARTEMIS-4941 Remove lazy update after application
properties only when it's paging
The 2 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 | 6 ++
.../protocol/amqp/broker/AMQPLargeMessage.java | 1 +
.../artemis/protocol/amqp/broker/AMQPMessage.java | 25 +++++++
.../protocol/amqp/broker/AMQPStandardMessage.java | 11 ++-
.../protocol/amqp/broker/AMQPMessageTest.java | 25 ++++++-
.../core/paging/cursor/PagedReferenceImpl.java | 14 ++--
.../artemis/core/paging/impl/PagedMessageImpl.java | 3 +
.../artemis/core/server/impl/QueueImpl.java | 4 +-
.../integration/amqp/paging/AmqpPagingTest.java | 83 ++++++++++++++++++++++
9 files changed, 163 insertions(+), 9 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact