RabbitMQ missed heartbeat BlockingConsumer
Thu, Jul 25, 2024
One-minute read
RabbitMQ missed heartbeat BlockingConsumer
Fix missed heartbeats from client, add the following line of code:
connection.process_data_events()
This is for when using a basic_consume
, start_consuming
.