On 25 November 2014 at 16:51:29, Urmik Shah (
urm...@gmail.com) wrote:
> I have been working on
socket.io(
http://socket.io/) nodejs.
> For RabbitMQ, I am using node AMQP library(
https://github.com/postwait/node-amqp).
> I have created amqp connection. From amqp object, how can I check
> whether my connection is open or close?
> Saw that there are "connectionOpenOk" and "connectionCloseOk"
> methods.But don't know how to get from amqp object.
There should be a way but I highly recommend switching to
https://github.com/squaremo/amqp.node before it's too late.
That library is maintained, has decent docs, ported RabbitMQ tutorials and
a responsive person looking after it.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ