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
When an exception is thrown in the com.rabbitmq.client.Consumer#handleDelivery method, the consumer doesn't receive messages afterwards because the delivery thread is dead.
The test throwKillsConsumer, will throw an exception when receiving the first message. The second message won't be delivered. This was hand to debug because no exception is logged about the dying thread.
The test noThrowIsFine, delivers all messages as expected.
When an exception is thrown in the
com.rabbitmq.client.Consumer#handleDelivery
method, the consumer doesn't receive messages afterwards because the delivery thread is dead.The test
throwKillsConsumer
, will throw an exception when receiving the first message. The second message won't be delivered. This was hand to debug because no exception is logged about the dying thread.The test
noThrowIsFine
, delivers all messages as expected.Click to expand
The text was updated successfully, but these errors were encountered: