Have a look at: http://camel.apache.org/processor.html If you use Spring with component scanning you can simply annotate your processors as a @Service or @component and then use .multicast("processor1", "processor2"); Or define all your processors in you context xml file. But the annotation are probably the fastes way to do this.
________________________________ Van: Sachin [via Camel] [[email protected]] Verzonden: vrijdag 26 april 2013 16:08 To: Wuyts Diether Onderwerp: RE: Processors in parallel mode I will try it..Thanks ________________________________ If you reply to this email, your message will be added to the discussion below: http://camel.465427.n5.nabble.com/Processors-in-parallel-mode-tp5731613p5731621.html To start a new topic under Camel - Users, email [email protected] To unsubscribe from Camel - Users, click here<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=ZGlldGhlci53dXl0c0BvcHRpcy5iZXw0NjU0Mjh8OTE4NjI3OTg5>. 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/Processors-in-parallel-mode-tp5731613p5731624.html Sent from the Camel - Users mailing list archive at Nabble.com.
