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
stop AMQP message consumer from blocking the heartbeat
the solution is to utilize a separate thread for each consumer tag and to combine this with basic_qos; this guarantees that we only have one thread per AMQP consumer
Signed-off-by: Lance-Drane <[email protected]>
0 commit comments