Re: JsonEndpoint and Router

2012-08-24 Thread Marco Mistroni
> View this message in context: > http://camel.465427.n5.nabble.com/JsonEndpoint-and-Router-tp5717969p5717972.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: JsonEndpoint and Router

2012-08-23 Thread ychawla
based on the input message seems like a good approach. Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/JsonEndpoint-and-Router-tp5717969p5717972.html Sent from the Camel - Users mailing list archive at Nabble.com.

JsonEndpoint and Router

2012-08-23 Thread Marco Mistroni
hello all i have a camel-app in which i have configured a Jetty endpoint which will handle JSON requests/responses to my application. this is the simple config data associated with it http://localhost:/myJettyService"; /> I was