I am not a Camel expert, but one way to approach this would be to have a 
process that reads from your external APIs and put the resulting messages into 
a queue (for example, using AMQP). Then your camel route can read messages 
'from' the queue.

If your external APIs have a camel component integration, that would be easier.

-Steve Huston

> -----Original Message-----
> From: miri eyni [mailto:miri.e...@sapiens.com]
> Sent: Monday, May 23, 2016 6:39 AM
> To: users@camel.apache.org
> Subject: Routing with logic
> 
> hi
>  i need to implement routing with processing.
> processing the request should read from different APIs (external API ) for
> create a new request to the endpoint.
> 
> how is the best way to implements it?
> 
> 
> 
> --
> View this message in context: http://camel.465427.n5.nabble.com/Routing-
> with-logic-tp5782944.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to