-
Story
-
Resolution: Unresolved
-
Major
-
None
-
AMQ 7.7.0.GA
-
None
-
False
-
False
-
Undefined
-
Currently the duplicate detection mechanism will set the TX as rollback only.
There should be a mechanism where you could instruct the broker to just ignore the send instead of throwing an exception.
this is for use cases where the user know it can expect duplicates and want to just ignore them in case the duplicateID is already found.
one idea would be to set an AddressSetting and determine if the queue would be ignore on duplicate or actual fail.