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

autoStart does not work #9

Closed joscha closed 11 years ago

joscha commented 11 years ago

The autoStart option does not seem to make a difference. A call to start() is needed, otherwise the exception Queue interface not started! is thrown.

joscha commented 11 years ago

great!

joscha commented 11 years ago

works now.