CatMQ v2.1.5

Version: 2.1.5
Status: Stable
Released: 2025-01-15
License: MIT License
Downloads
CatMQ.2.1.5.exe • 34.25 MB
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • 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