Hi, i am listening to a queue for a message which contains the ftp server details and path of the file. based upon the server details i have to get the file. so i have two routes. one for getting the message from the queue and another route to fetch the remote file. The from URI of route2 is formed based on the details collected from the first route. So i need to pass the exchange obj from route1 to route2 and i need to access the body(sftp uri) of the exchange obj in my route2 from uri. Is there any way to pass exchange obj between routes? Need help in this.
-- View this message in context: http://camel.465427.n5.nabble.com/Passing-exchange-between-routes-and-accessing-exchange-values-in-from-uri-tp5749667.html Sent from the Camel - Users mailing list archive at Nabble.com.
