-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query Execution
If one wanted to create a distributed message queue using MongoDB, the way to go about it would be to use tailable cursors to avoid having to poll, and use findAndModify to avoid the same message going to multiple consumers.
Either of these options are available separately, but not together. Having these two options available together would make MongoDB able to be used as a really nice message queue.
This was discussed briefly in SERVER-8602.
- is related to
-
SERVER-33121 Add updated/deleted _id's to response object of updateMany and deleteMany
- Closed