zhfeng commented on a change in pull request #7040:
URL: https://github.com/apache/camel/pull/7040#discussion_r815524876



##########
File path: 
core/camel-core-processor/src/main/java/org/apache/camel/processor/MulticastProcessor.java
##########
@@ -910,6 +910,7 @@ protected Integer getExchangeIndex(Exchange exchange) {
         for (Processor processor : processors) {
             // copy exchange, and do not share the unit of work
             Exchange copy = 
processorExchangeFactory.createCorrelatedCopy(exchange, false);
+            
copy.adapt(ExtendedExchange.class).setTransacted(exchange.isTransacted());

Review comment:
       Thansk @davsclaus and I will take a look.




-- 
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: commits-unsubscr...@camel.apache.org

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


Reply via email to