-
Sub-task
-
Resolution: Done
-
Major
-
AMQ 7.5.0.GA
-
None
-
Compatibility/Configuration, User Experience
-
Low
-
Currently it is not possible to disable automatic creation of destinations, queues and topics through operators in AMQ 7.
The address CRD does not allow us to control this behavior
Using the below configuration in broker.xml we can control this behavior
<auto-create-addresses>true</auto-create-addresses> <auto-create-jms-queues>true</auto-create-jms-queues> <auto-create-jms-topics>true</auto-create-jms-topics>
However, this request is so that we can control this behavior through operators using address CRD
- clones
-
ENTMQBR-3265 Support for controlling auto address creation through AMQ operators
- Closed