This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 47d0b6b This closes #3128
new 88b7ee3 ARTEMIS-2761 Supporting Quoted IDs to allow complex names in
AMQP
new 4fe4220 ARTEMIS-2372 / ARTEMIS-2740 Improving Message Annotations
support in AMQP
new 4011632 This closes #3129
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:
.../artemis/utils/collections/TypedProperties.java | 5 +
.../apache/activemq/artemis/api/core/Message.java | 27 +++-
.../artemis/protocol/amqp/broker/AMQPMessage.java | 38 ++++-
.../amqp/converter/AMQPMessageSupport.java | 19 +++
.../amqp/converter/AnnotationNameConveterTest.java | 22 ++-
artemis-selector/src/main/javacc/StrictParser.jj | 15 ++
.../activemq/artemis/selector/SelectorTest.java | 10 ++
.../artemis/core/server/impl/QueueImpl.java | 2 +-
docs/user-manual/en/amqp.md | 39 +++++
.../integration/amqp/AmqpExpiredMessageTest.java | 66 ++++++++-
.../integration/amqp/AmqpSendReceiveTest.java | 6 +-
.../amqp/DLQAfterExpiredMessageTest.java | 162 +++++++++++++++++++++
12 files changed, 381 insertions(+), 30 deletions(-)
copy
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/MessagePacketI.java
=>
artemis-protocols/artemis-amqp-protocol/src/test/java/org/apache/activemq/artemis/protocol/amqp/converter/AnnotationNameConveterTest.java
(60%)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/DLQAfterExpiredMessageTest.java