i'm new in camel. i want to design a camel application which sync two
servers. 
server1:
this server send a message to camel application. this message has a HTTP
link which we should download and this downloaded message has another
multiple HTTP link which we should download by HTTP GET request and so on.
Now we aggregate all the downloaded things and send it to server2 HTTP post
request and from the response of post request we should modify some of
server1 resource by PUT request.

so my question is which component should i use in this scenario which
support dynamically picked HTTP uri?

Thanks in advance.



--
View this message in context: 
http://camel.465427.n5.nabble.com/REST-best-practices-tp5735585.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to