Hi,

is there a possibilty to store temporary fields in a route?
My scenario needs something like this.
I receive a message via http. From this i extract via xpath a data field for
reuse in the response. After that i do a xslt and send the message to a
synchronous jms queue.
After having received the reply from the jms queue, i want to create the
response for the http request.
And, here is the challenge, i need to put the data field in which i
extracted at the beginning.

The problem is, that the synchronous response from the jms queue will erase
all of my header fields that i have written before sending the jms message,
and my data field is gone.

So, is there a way to store temporary data in the route itself?

--
View this message in context: 
http://camel.465427.n5.nabble.com/Possibilty-to-store-temporary-data-in-the-route-tp4770338p4770338.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to