You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/07/16 08:40:55 UTC

[GitHub] [activemq-artemis] gemmellr commented on pull request #3656: ARTEMIS-3389 Duplicate Detection Fix with AMQP and Rollback

gemmellr commented on pull request #3656:
URL: https://github.com/apache/activemq-artemis/pull/3656#issuecomment-881279999


   I expect the tests are there because it makes sense for it to work the way it does. If you roll back a transaction with a send, then the send 'hasnt really had effect' yet. If you were to detect a subsequent send of that message in another transaction as a duplicate then when committed then you would end up with no message to consume despite only ever committing one send of 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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org