Stephen Baker created ARTEMIS-4496:
--------------------------------------
Summary: Allow auto-delete to be updated on a live queue
Key: ARTEMIS-4496
URL: https://issues.apache.org/jira/browse/ARTEMIS-4496
Project: ActiveMQ Artemis
Issue Type: New Feature
Components: Broker
Affects Versions: 2.31.2
Reporter: Stephen Baker
Request:
Ability to set auto-delete to false on a live queue with the updateQueue
operation.
Motivation:
Our expected process is to update the address list in broker.xml and touch the
file before deploying any app that uses a new queue. We have
auto-create-address and auto-create-queue enabled as per the default
configuration.
Sometimes, process is missed and an update is deployed which uses a new queue
before it is defined in configuration. We have some of those addresses now in
production because the process involves updating the applications again to
shift to a new queue. Stopping the world to delete the queue and touch
broker.xml is not an option, so our strategy to date has been to create a new
queue and updating the application to migrate to it. This is much more time
consuming than if we could reconfigure the queue/address through management.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)