I would highly recommend to disable auto-create in any production system.

We actually have that for testing, and going forward we though about
setting to false by default.

On Thu, Mar 19, 2020 at 9:53 AM brusdev <bruscin...@gmail.com> wrote:
>
> 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



-- 
Clebert Suconic

Reply via email to