On 28 November 2011 06:47, Gnanaguru S <[email protected]> wrote: > > Hi > > I want to do this using camel. > > I have a route which picks a request1 and I want to send another request2 to > someother webservice when request1 is hit.
And what is the question? You have to give some more details and tell us which part you cannot figure out yourself. If these are for example http requests, you should take a look at jetty and servlet components for consuming the requests, and http/http4 components for sending another request. Bilgin > > Simply like nested routes. > > Regards > Guru > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Creating-logic-among-routes-in-camel-tp5027931p5027931.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
