I would have thought redistributionDelay > 0 would be the answer here, but I have not verified.
On Fri, 12 Nov 2021 at 16:40, foo bar <statuario...@gmail.com> wrote: > > Hello, > > We lost one of the nodes in our cluster. After we recreated it, we noted > that there are cluster connection queues ($artemis.internal queues) from > other nodes in the cluster that have messages > that are stuck. Those cluster connection queues likely point to the old > node which no longer exists. There are zero consumers on these > $artemis.interal queues. I can browse them via the UI. > I can delete from them, but if I execute a retryMessage from the UI it does > nothing. What is the procedure to get these messages to their original > destination and once this > is done, remove the cluster connection queue since artemis seems to have > created new ones for the new node? > > Thanks