Hello,

Is there is a way that the multicasted processes can be executed in different 
machines? In the following camel route, I want to execute the tasks 2 and 3 in 
two different machines.

.process(new Task1())
            .multicast().parallelProcessing()
                .process(new Task2())
                .process(new Task3())
                .end()
            .process(new Task4())
            .process(new Task5());


Is this possible? As  far as I know, atleast from the documentation, it is not 
possible. Perhaps, I miss some information from the documentation?

With thanks and regards
Balachandar




The information in this e-mail is confidential. The contents may not be 
disclosed or used by anyone other than the addressee. Access to this e-mail by 
anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and 
delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of 
this e-mail as it has been sent over public networks. If you have any concerns 
over the content of this message or its Accuracy or Integrity, please contact 
Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus 
scanning software but you should take whatever measures you deem to be 
appropriate to ensure that this message and any attachments are virus free.

Reply via email to