nbrendah commented on a change in pull request #3801:
URL: https://github.com/apache/activemq-artemis/pull/3801#discussion_r732523600
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java
##########
@@ -4443,7 +4443,7 @@ public void reloadConfigurationFile() throws Exception {
@Override
public void replay(String address, String target, String filter) throws
Exception {
- server.replay(null, null, address, target, filter);
+ server.replay(null, null, this.getAddressInfo(address), target, filter);
Review comment:
Hello @clebertsuconic
Thank you so much for making this more clear. All existing tests are
passing but i am out of opinions on how to create tests match this logic.
Thank you so much.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]