[
https://issues.apache.org/jira/browse/ARTEMIS-3826?focusedWorklogId=770234&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-770234
]
ASF GitHub Bot logged work on ARTEMIS-3826:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/May/22 15:34
Start Date: 13/May/22 15:34
Worklog Time Spent: 10m
Work Description: brusdev commented on code in PR #4075:
URL: https://github.com/apache/activemq-artemis/pull/4075#discussion_r872526193
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java:
##########
@@ -923,7 +923,6 @@ private Map<String, String>
getMapOfChildPropertyElements(Node item) {
}
return properties;
}
-
Review Comment:
I guess this line was not removed on purpose
Issue Time Tracking
-------------------
Worklog Id: (was: 770234)
Remaining Estimate: 0h
Time Spent: 10m
> properties config - allow address and queue configuration
> ----------------------------------------------------------
>
> Key: ARTEMIS-3826
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3826
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 2.22.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Priority: Major
> Fix For: 2.23.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> the accessor Configs need to be visible and a no args constructor is absent
> in addition, we need type conversion on the name attribute to match
> SimpleString
>
> this will allow queue creation via a property of the form:
> addressConfigurations.\"LB.TEST\".queueConfigs.\"LB.TEST\".routingType=ANYCAST
--
This message was sent by Atlassian Jira
(v8.20.7#820007)