Hello all,

When I process messages I am relying on external systems so I would like to stop consuming messages when external systems are not reachable and resume consumption when the systems are back online.

What is the recommanded way to implement this functionality using Spring AMQP.

Thanks in advance for any answers.