Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1647#discussion_r151278990
--- Diff:
artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java
---
@@ -1221,6 +1240,7 @@ public Response processWireFormat(WireFormatInfo
command) throws Exception {
public Response processAddDestination(DestinationInfo dest) throws
Exception {
Response resp = null;
try {
+ System.out.println("___adding dest: " + dest);
--- End diff --
Should be removed
---