Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1849#discussion_r165898998 --- Diff: artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java --- @@ -713,12 +730,16 @@ public void reconnect(AMQConnectionContext existingContext, ConnectionInfo info) context.incRefCount(); } + private static void traceSendCommand(Command command) { --- End diff -- If you want a dedicated log message please add it to the Logger
---