oscerd opened a new pull request, #24786: URL: https://github.com/apache/camel/pull/24786
Backport of #24728 to `camel-4.14.x`. Fixes [CAMEL-24086](https://issues.apache.org/jira/browse/CAMEL-24086) on the 4.14.x line. FIFO batch entries all derived one MessageDeduplicationId from the same Exchange, so SQS dropped all but the first. Each entry now gets a distinct deterministic id (strategy id + position); strategies null-guarded; content-based dedup (null id) left unset. Adds `SqsProducerFifoBatchDeduplicationTest` (adapted to junit5 on this branch). Single-message path unchanged. --- _Claude Code on behalf of oscerd_ -- 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]
