Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2353#discussion_r224540535
--- Diff:
artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/StompProtocolManager.java
---
@@ -365,7 +365,7 @@ public void acknowledge(StompConnection connection,
String messageID, String sub
}
public void beginTransaction(StompConnection connection, String txID)
throws Exception {
- ActiveMQServerLogger.LOGGER.stompBeginTX(txID);
+
ActiveMQServerLogger.LOGGER.debugf("-------------------------------Stomp begin
tx: %s", txID);
--- End diff --
thanks
---