clebertsuconic commented on a change in pull request #3801:
URL: https://github.com/apache/activemq-artemis/pull/3801#discussion_r733775458



##########
File path: 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlUsingCoreTest.java
##########
@@ -178,6 +178,16 @@ public long purge() throws Exception {
             return (long) proxy.invokeOperation("purge");
          }
 
+         @Override
+         public void replay(String startScan, String endScan, String target, 
String filter) throws Exception {
+            proxy.invokeOperation("replay");

Review comment:
       actually no.. 
   
   you are supposed to be calling AddressControl
   
   There are two components on the broker.. one is the ActiveMQServerControl... 
it's the master one.
   
   then you have one for each address...
   
   
   your proxy seems to be talking to ActiveMQServerControl.. and not 
ActiveMQAddressControl...
   
   
   you are doing fine.. you're learning how things work...
   
   
   Try to understand the functionality a little bit... if you like I can make a 
video call at some point with you and some other people.




-- 
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]


Reply via email to