I could be misunderstanding what you mean by "routed several times", but if
you're using inOut on the JMS queue, would you need a final to() ?

for instance:
  from(rest)
    transform()
    to(jms ... inOut)

  from(jms... InOut)
    process()
    



--
View this message in context: 
http://camel.465427.n5.nabble.com/synchronous-REST-WS-and-camel-routes-tp5786285p5786328.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to