Appending value to XML - Camel Blueprint

2014-01-04 Thread camel user
I want to append a property set in the first route to the resultant XML of the serviceURI hit from the second route. If its possible, please let me know how. Sample snippet below. --some stuff goes here-- /result/empName/text() --some stuff goes here-- --${body} will have the resultant xm

Multicast EIP - Camel Blueprint

2014-01-04 Thread camel user
In the below snippet, I want the property empNo to be available in the route3. Is it possible? My ultimate goal here is that I want to use a value derived from the URI in Multicast first route to be available in the multicast second route. How to achieve it? Please help. --some stuuf goes here

Holding a value in camel blueprint

2014-01-04 Thread camel user
Greetings! I have a problem holding a value in camel blueprint. Please help me resolve it For e.g., I have 2 to 3 routes,  In my first route, I will hit a service URI and save the response xml from the service in a property,say 'outputXML'. I want the outputXML to be available in all the other