jdarling / MongoMQ

MongoMQ is a messaging queue built on top of Node.js and MongoDB's tailable cursors.
MIT License
90 stars 20 forks source link

Autoreconnect on Mongo connection lost #13

Closed jdarling closed 11 years ago

jdarling commented 11 years ago

In a replicaset environment if you loose all of the replicaset MongoMQ can't recover properly. This will get addressed shortly.

jdarling commented 11 years ago

Bug is related to Mongo Native Driver not passing on auto_reconnect to tailed cursors. Reported to that team. introduced a work around in 0.2.10 until they resolve the issue.