Hi RNPG, I check the links you have provided and they are really good, but they dont seem to solve my problem.
I want to genreatet the URI in dynamic fashion. i.e http://abc.zyz.com/<this part has to be is dynamically added whose value is there in one of the header parameter > Can you suggest a way how to generate this uri. --Regards, atg roxx On Thu, Mar 22, 2012 at 12:22 PM, Reuben Garrett <reubengarr...@gmail.com>wrote: > atg, > > your use case reminds me of the Dynamic Router and Recipient List EIPs: > > http://camel.apache.org/dynamic-router.html > http://camel.apache.org/recipient-list.html > http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html > > is this helpful? > > ~ RNPG > > > On Thursday, March 22, 2012, atg roxx <atgr...@gmail.com> wrote: > > I am doing some processing in a route before sending it to next end > point. > > and in that processor I am setting some header parameter which I want to > > use to form the next route URL. >