or at least.. there's a back-off period.. I forgot the name now... where you can set a timeout to remove the queue.. lets say if no clients reconnecting in 5 minutes.
@Domenico: remember what I'm talking about? On Fri, Mar 20, 2020 at 11:48 AM Clebert Suconic <[email protected]> wrote: > > 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 <[email protected]> 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 -- Clebert Suconic
