Re: Artemis: Reconfiguring a divert

2020-05-20 Thread Domenico Francesco Bruscino
Hi, I raised a JIRA to address the atomic update of diverts: https://issues.apache.org/jira/browse/ARTEMIS-2770 I'm working on it. Fell free to add further comments. Regards, Domenico Il giorno mar 12 mag 2020 alle ore 06:29 Bummer ha scritto: > But now I tried it and in the meantime, when

Re: Artemis: Reconfiguring a divert

2020-05-11 Thread Bummer
But now I tried it and in the meantime, when both (non-exclusive) diverts are active, it duplicates the messages. So unfortunately, that's not a valid option. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis: Reconfiguring a divert

2020-05-11 Thread Bummer
That's brilliant! Thank you. :-) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis: Reconfiguring a divert

2020-05-11 Thread brusdev
Hi, I guess you don't want to leave the address without your divert for the time you need to invoke `destroyDivert` and `createDivert` again. If that's the case, you could execute the following steps: 1) create the new divert with a temporary name 2) destroy the old divert 3) create the new