This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 401163223088fdfeff7073e742befb2bd3a97c5c Merge: 47d0b6b 4fe4220 Author: Clebert Suconic <[email protected]> AuthorDate: Wed May 13 13:58:46 2020 -0400 This closes #3129 .../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 | 36 +++++ 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, 402 insertions(+), 23 deletions(-)
