tabish121 commented on code in PR #6109:
URL: https://github.com/apache/artemis/pull/6109#discussion_r2604090943
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java:
##########
@@ -1266,6 +1266,7 @@ public void mergeAddressSettings() throws Exception {
ActiveMQServerControl serverControl = createManagementControl();
AddressSettings addressSettings = new AddressSettings();
addressSettings.setDeadLetterAddress(SimpleString.of("DLA"));
+ System.out.println(addressSettings.toJSON());
Review Comment:
Was this println left in by mistake?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]