Hi ldebello,

the deadlock is due to a collision from 2 threads on the same queue with the
auto delete queue policy enabled:
- the first thread is trying to add a redistributor to the queue for a new
consumer.
- the second thread is trying to delete the queue because it is empty and
the last consumer is removed.

If this situation is due to a reconnection, you could try to mitigate this,
increasing `auto-delete-queues-delay`[1].
Anyway, it looks a real bug to me, can you raise a jira
https://issues.apache.org/jira/projects/ARTEMIS/issues ?

[1]
https://activemq.apache.org/components/artemis/documentation/latest/address-model.html.

Regards,
Domenico



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to