MongoDB.Messaging - MongoDB Messaging Library
Overview
The MongoDB Messaging library is a lightweight queue pub/sub processing library based on MongoDB data store.
Features
- Easy to use Fluent API
- Self creating and cleaning of Queues
- Configurable message expiration
- Generic data payload
- Trigger processing from oplog change monitoring
- Configurable auto retry on error
- Message processing timeout
- Scalable via subscriber worker count
- Supports distributed locks
Download
The MongoDB.Messaging library is available on nuget.org via package name MongoDB.Messaging
.
To install MongoDB.Messaging, run the following command in the Package Manager Console