clebertsuconic commented on code in PR #4256:
URL: https://github.com/apache/activemq-artemis/pull/4256#discussion_r1006900720
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AMQPMirrorControllerTarget.java:
##########
@@ -120,6 +120,11 @@ ACKMessageOperation setDelivery(Delivery delivery) {
@Override
public void run() {
+ if (!connection.isHandler()) {
+ logger.info("Moving execution to proton handler");
Review Comment:
@gemmellr thanks.. it was meant to be a logger.debug... I will send a commit
fixing it.
--
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]