Skip to content

2.1.5

Choose a tag to compare

@NTDLS NTDLS released this 15 Jan 20:14
· 119 commits to main since this release
  • Added deferred message delivery.
    • Messages can either be enqueued with a future scheduled delivery.
    • When a message is received, the subscriber can ask the server to retry in a given timespan.
  • Each connection can now only have one subscription per queue.
  • Additional delivery response actions: defer, drop, dead-letter, consumed, not-consumed.

Be sure to check out the nuget packages:
https://www.nuget.org/packages/NTDLS.CatMQ.Client/2.1.5
https://www.nuget.org/packages/NTDLS.CatMQ.Server/2.1.5

Full Changelog: 2.0.0...2.1.5