I hereby claim:
- I am DataRiot on github.
- I am datariot (https://keybase.io/datariot) on keybase.
- I have a public key whose fingerprint is FF00 5B4C 9854 089B A714 DF14 CB4C E32A 616A 5702
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
AMQP = Npm.require("amqp"); | |
rabbitMQ = AMQP.createConnection({ host: '127.0.0.1' }); | |
rabbitMQ.queue('foo', {durable:true, autoDelete:false}, function (queue, messages, consumers) { | |
console.log('Queue ' + queue.name + ' is open with ' + messages + ' messages'); | |
}); | |
/* Queue foo is open with undefined messages */ |