The `ActiveMQArtemisAddress` CRD allows for an address to be created with a queue with defined properties – but only one queue. If an administrator has application requirements that require individual queues to be specified, it seems quite likely that these requirements will also extent to the use of multiple queues.
At present the only way to accomplish this using the operator (that I have found) is to create multiple ActiveMQArtemisAddress CRs, each with the same addressName field, but different queue names and properties.
This is not very convenient.
The `ActiveMQArtemisAddress` ideally ought to provide for full configuration of multiple queues.
- is incorporated by
-
ENTMQBR-6773 Provide feedback on the results of applying spec.brokerProperties
- Closed