- 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: https://github.com/NTDLS/CatMQ/compare/2.0.0...2.1.5
|