You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want close channel when I published a message, I call channel.close() ,but channel didn't closed even if I call the channel.is_closed() returned True. Through the RabbitMQ Manager, I still see the channel. if I publish multi message, it will reached max channel number, then raise exception. but I don't know how to close channel if I had published a msg.Following is example code:
I want close channel when I published a message, I call channel.close() ,but channel didn't closed even if I call the channel.is_closed() returned True. Through the RabbitMQ Manager, I still see the channel. if I publish multi message, it will reached max channel number, then raise exception. but I don't know how to close channel if I had published a msg.Following is example code:
The text was updated successfully, but these errors were encountered: