lavocatt commented on PR #5220: URL: https://github.com/apache/activemq-artemis/pull/5220#issuecomment-2473104047
I have figured out something I don't know how to fix On this topology: ``` 1 - noForward -> 2 -> 3 ^ | |----------------| ``` producing and consuming on 1 works, 2 mirrors, 3 is left alone producing on 1 and consuming on 2 breaks: 3 is left alone, which is good 1 doesn't receive the ack, which is bad I don't know how to overcome that. Because if I decide to forward the Ack to one when I consume on two, then if the message is consumed on 1 it'll receive a duplicate Ack from 2. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact