[
https://issues.apache.org/jira/browse/ARTEMIS-5485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Domenico Francesco Bruscino resolved ARTEMIS-5485.
--------------------------------------------------
Fix Version/s: 2.42.0
Resolution: Fixed
> Use parent address to deploy queues by broker properties
> --------------------------------------------------------
>
> Key: ARTEMIS-5485
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5485
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.42.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The queues can already be deployed by using broker properties but the users
> need to set the address if it doesn't match the queue name, i.e.:
> {code:java}
> addressConfigurations.mytopic.routingTypes=MULTICAST
> addressConfigurations.mytopic.queueConfigs.mysub.address=mytopic
> {code}
> This requirement causes confusion because the queue config broker properties
> already include the address name and it is not required when the queue
> matches the address name.
> It can also cause silent unexpected issues when the address is not set and it
> doesn't match the queue name because an address that matches the queue name
> is automatically created if settings allow it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact