You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2020/06/24 21:43:52 UTC

[activemq-nms-api] branch master updated (2885c5c -> 3e3cc54)

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

michaelpearce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-nms-api.git.


    from 2885c5c  Merge pull request #16 from michaelandrepearce/Reformat
     new 7340cb9  AMQNET-637 NMS 2.0 - Update test subproj
     new 26f71f6  AMQNET-637 NMS 2.0 - Add some missing methods from JMS 2.0
     new e97b57a  AMQNET-637 NMS 2.0 - As discussed during development, just keep the Task based async and remove the completion listener style, its in keeping with intent of JMS 2.0 but with modern.NET async style.
     new 3e3cc54  Merge pull request #15 from michaelandrepearce/AMQNET-637

The 542 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:
 package.ps1                           |  4 +--
 src/nms-api/IMessage.cs               |  4 +++
 src/nms-api/IMessageConsumer.cs       |  2 ++
 src/nms-api/IMessageProducer.cs       | 24 ----------------
 src/nms-api/INMSConsumer.cs           |  4 +--
 src/nms-api/INMSContext.cs            |  4 ++-
 src/nms-api/INMSProducer.cs           | 54 +++++++++++++++++++++++++++++++----
 src/nms-api/NMSConstants.cs           |  1 +
 src/nms-api/nms-api.csproj            |  2 +-
 test/nms-api-test/Commands/Message.cs | 12 ++++++++
 test/nms-api-test/nms-api-test.csproj |  8 ++----
 11 files changed, 77 insertions(+), 42 deletions(-)