Re: Convert queue to configuration managed

2023-11-09 Thread Domenico Francesco Bruscino
Hi Stephen, there is no way to change the property auto-delete for a running queue but that could be an improvement for the updateQueue() JMX operation, could you create a new JIRA issue? https://issues.apache.org/jira/projects/ARTEMIS/issues Regards, Domenico On Fri, 10 Nov 2023 at 04:42, Step

Re: Convert queue to configuration managed

2023-11-09 Thread Stephen Baker
Oh, that's a step! Do you know if it's possible to get from there to auto-delete: false (or I should just try it out) On Wed, Nov 8, 2023 at 5:28 AM Domenico Francesco Bruscino wrote: > > Hi Stephen, > > updateQueue() JMX operation doesn't allow to change the `auto-delete` > setting but it allow

Re: Convert queue to configuration managed

2023-11-08 Thread Domenico Francesco Bruscino
Hi Stephen, updateQueue() JMX operation doesn't allow to change the `auto-delete` setting but it allows to change the `configuration-managed` setting, i.e. {"name":"MYQUEUE","configuration-managed":true} Regards, Domenico On Mon, 6 Nov 2023 at 17:55, Stephen Baker wrote: > Hello, > > A proble

Convert queue to configuration managed

2023-11-06 Thread Stephen Baker
Hello, A problem I've hit a couple times is that we've forgotten to deploy our updated addresses before deploying the applications that use them. This ends up succeeding because auto-create is enabled, but the addresses and queues are configured with auto-delete: true and configuration-managed: f