This is an automated email from the ASF dual-hosted git repository.

apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 390409a6ca2c CAMEL-24954: camel-core - Move the upgrade guide section 
next to the other camel-core entries
     new d876d4b6e887 CAMEL-24942: camel-seda - multicast to all consumers of a 
queue when multipleConsumers endpoints use different options
     new d1d660f1befb CAMEL-24942: camel-seda - Use 
assertMockEndpointsSatisfied in the new test
     new d65dffa6796e CAMEL-24942: camel-seda - Move the upgrade guide section 
next to the other camel-seda entries

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/catalog/docs/seda-component.adoc  |   5 +
 .../camel-seda/src/main/docs/seda-component.adoc   |   5 +
 .../camel/component/seda/QueueReference.java       |  13 +++
 .../apache/camel/component/seda/SedaEndpoint.java  |  49 +++++++--
 .../SedaMultipleConsumersDifferentOptionsTest.java | 116 +++++++++++++++++++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc    |   7 ++
 6 files changed, 189 insertions(+), 6 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/seda/SedaMultipleConsumersDifferentOptionsTest.java

Reply via email to