jbertram commented on code in PR #4186:
URL: https://github.com/apache/activemq-artemis/pull/4186#discussion_r955296972
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpOutboundConnectionTest.java:
##########
@@ -132,6 +132,7 @@ public void connectionFailed(ActiveMQException exception,
boolean failedOver, St
}
Wait.assertEquals(0, remote::getConnectionCount);
+ System.out.println(remotingConnection.getClass());
Review Comment:
Removed.
##########
artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireProtocolManager.java:
##########
@@ -451,6 +451,7 @@ public void fireAdvisory(AMQConnectionContext context,
Command command,
ConsumerId targetConsumerId,
String originalConnectionId) throws Exception {
+ System.out.println("FireAdvisory: " + command);
Review Comment:
Removed.
--
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]