Closed
Description
Describe the bug
The deletion of an ActiveMQArtemisAddress CR causes the deletion of the related address/queue only if the value of the field RemoveFromBrokerOnDelete is true.
The procedure to migrate from ActiveMQArtemisAddress CRs to broker properties is:
- Update the value of the field RemoveFromBrokerOnDelete to false in the ActiveMQArtemisAddress CR
- Add broker properties for the address/queue defined in the ActiveMQArtemisAddress CR
- Delete the ActiveMQArtemisAddress CR
Tip
Vote this issue reacting with 👍 or 👎