I am using amqplib for connection of rabbitmq. in that i am starting one connection and then i have created channel of that connection. and after establishing connection i do not close the channel and connection as well, in short i open them for time saving purpose to avoid connection establishment time. so my question is that how do i check if channel that i have created is open or not??
The code is written in node-js.