Thanks, Alexey

I added the end and then it worked.
Well, Claus was true also: Now, I've understood the parallel processing
is only on one exchange in one EIP at a time.

My sample works, thanks guys!!!

have a nice day


Le 01. 04. 15 15:47, alexey-s [via Camel] a écrit :
> An incident that is necessary to call a method .end()
> 
> from("...")
>     .filter()
>         .to("myprocess")
>         .to("mock.out")
>     .end();
> 
> 
> Your account is perceived as
> 
> from("...")
>     .filter()
>         .to("myprocess")
>     .end()
>     .to("mock.out");
> 
> 
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/parallelProcessing-with-multicast-tp5765146p5765154.html
> 
> To unsubscribe from parallelProcessing with multicast, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5765146&code=Y2hwYWNoZUBnbWFpbC5jb218NTc2NTE0NnwtMTU5MDMwMjIzOQ==>.
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
> 




--
View this message in context: 
http://camel.465427.n5.nabble.com/parallelProcessing-with-multicast-tp5765146p5765157.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to