AMQNET-637 NMS 2.0

Add deliverydelay
Add async send methods
Add shared and shared durable consumers
add missing ack method on session thats in JMS
Create INMSConsumer
Create INMSProducer
Create INMSContext
Add Create Context Methods to ConnectionFactory
Add CreateContext wrapper methods in factory
fix missing file type
remove duplicate method signature
Remove duplicated method
remove unspec'd methods
changes to address review comments from Krystof.
9 files changed
tree: 48aab4d75fef1a76e6932d2567c44fcbbf27d770
  1. docs/
  2. keyfile/
  3. src/
  4. test/
  5. .gitignore
  6. LICENSE.txt
  7. nms.sln
  8. NOTICE.txt
  9. package.ps1
  10. README.md
  11. RELEASE.md
README.md

Apache.NMS: The .NET Messaging Service Client API

For more information see http://activemq.apache.org/nms

Building

Visual Studio 2017 or above is required to build Apache.NMS. To build, launch Visual Studio with the nms.sln file and build the solution.

Testing

Tests use the NUnit Framework.

Documentation

NMS documentation is generated automatically using DocFX after build. Documentation files are available under folder:

<root_directory>\docs\_site