Spring-AMQP client does not recover after broker restart with idle channels getting stuck
So I have two microservices communicating through RabbitMQ, one of them sends RPC requests (using RabbitTemplate#sendAndReceive
) to another. And I noticed that the app is not able to recover if the broker have been down for a few minutes.