简体   繁体   中英

RabbitMQ client hanging up in channel.close() and connection.close()

I am using amqp-client in java but JVM hangs up infinitely while closing channel.
If I remove channel.close() it jvm hang up infinitely on connection.close() .
I went through API classes and saw that in both cases RabbitMQ API take timeout as infinite an it just waits reply.

Please tell if their is any workaround to this. I am using amqp-client-3.1.3.
Many thanks.

Finally I figure out the solution to the problem Memory of the rabbitmq server was full. It started working as soon as i cleared it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM