SimpleMessageListenerContainer
: release consumer
after its main loop
#2741
Milestone
SimpleMessageListenerContainer
: release consumer
after its main loop
#2741
Apparently the consumer might be in the cancelled state, so
this.activeObjectCounter.release(this);
in theBlockingQueueConsumer.nextMessage()
is not reachable.See more info here: #2593 (comment)
The text was updated successfully, but these errors were encountered: