-
Bug
-
Resolution: Done
-
Major
-
None
-
AMQ 7.0.1.GA
-
None
-
None
Destinations can be set in broker.xml to purge when there are no consumers attached:
<address name="bar"> <multicast> <queue name="bar" purge-on-no-consumers="true" /> </multicast> </address>
Unlike many settings in broker.xml, however, this one is not updated automatically if the file changes – the broker needs to be restarted.
- is related to
-
AMQDOC-2642 Customer feedback - Document what is possible to change at run time via the XML configuration
- Closed
- relates to
-
ENTMQBR-798 [AMQ7, config update] purge-on-no-consumers not showing correct value
- Closed
- is caused by
-
ARTEMIS-1361 Loading...