This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d65dffa6796ed246e5925088304e9e7e406f0e7e Author: smjain <[email protected]> AuthorDate: Thu Sep 24 15:28:00 2026 +0530 CAMEL-24942: camel-seda - Move the upgrade guide section next to the other camel-seda entries Co-Authored-By: Claude Opus 5.5 <[email protected]> --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc index bbafc9dd0715..d23eb1f20856 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc @@ -2795,6 +2795,13 @@ reply of a discarded exchange (`waitForTaskToComplete`) is released with that ex `timeout`, or forever when the timeout is disabled. On completions handed over to a discarded InOnly exchange, such as the commit or rollback of the consumer that received the message, now run as a failure, where previously they never ran. +=== camel-seda - multipleConsumers broadcasts to consumers with different uri options + +With `multipleConsumers=true` every consumer of a SEDA queue now receives a copy of each message, also when the consumers +use the same queue name with different consumer options, such as `seda:foo?multipleConsumers=true` and +`seda:foo?multipleConsumers=true&concurrentConsumers=5`. Previously each distinct endpoint uri only multicast to its own +consumers, so such consumers silently competed for the messages instead of each receiving a copy. + === camel-core - Recipient List releases the producers of recipients it did not send to The Recipient List acquires a producer for every recipient before it starts sending. When it completes before
