You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2021/08/06 12:49:00 UTC

[jira] [Created] (ARTEMIS-3417) Disable Auto-delete queue and auto-delete address on the default broker.xml

Clebert Suconic created ARTEMIS-3417:
----------------------------------------

             Summary: Disable Auto-delete queue and auto-delete address on the default broker.xml
                 Key: ARTEMIS-3417
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3417
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Clebert Suconic
            Assignee: Clebert Suconic
             Fix For: 2.18.0


This is not to change defaults anywhere.. Just changing the default broker.xml

 

I have had lots of issues (with my own tests) and with users having issues on deleting queue and addresses by default.

 

The semantic to auto-delete an address is to have the queue or address gone when there are no messages or consumers on a queue. This fails in a lot of circumstances while it still provide some good usage if really intended.

 

 

So, with that in hand, I'm setting the default to false on the broker.xml, and users can always change it to true by either editing the XML, or using some attributed passed on the CLI allowing the auto-delete. (--allow-auto-delete)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)