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

havret pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git


    from f46f224  NO-JIRA Try to fix tests
     add b97533f  AMQNET-850 Bump Apache.NMS to version 2.2.0
     add 88bffa9  AMQNET-850 Add option to customize acknowledgment behavior 
for expired messages via IRedeliveryPolicy
     add aea7780  AMQNET-850 Add AsyncMessageListener to Consumer API
     new 4550baa  Merge pull request #46 from rkoelbel/main

The 1 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:
 src/ConnectionFactory.cs               |   2 +-
 src/DefaultRedeliveryPolicy.cs         |  11 ++
 src/MessageConsumer.cs                 | 115 ++++++++++++------
 src/NmsConsumer.cs                     |   6 +
 src/nms-openwire.csproj                |   2 +-
 test/AMQRedeliveryPolicyTest.cs        | 215 ++++++++++++++++++++++++++++++++-
 test/Async/MessageConsumerTestAsync.cs |  57 +++++++++
 test/MessageListenerRedeliveryTest.cs  |   2 +-
 test/RollbackRedeliveryTest.cs         |   6 +-
 9 files changed, 374 insertions(+), 42 deletions(-)
 create mode 100644 src/DefaultRedeliveryPolicy.cs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to