The third party provider will give response only in their response quee,
thats why i set  replyTo as their response queue name.(instead of temp
queue), 
>From queue console i have observed that while configuring request response

basically i have 2 queues from third party.one for sending request another
for getting response of that request. Im trying to make it as a synchronous
request reply call .*mockresponse* route fail to poll response message to
response queue
Note: mock response route is temporary route for polling reponse,will be
removed and later use actual response in responseQueue provided by third
party provider.

 <route id="jms-sync-route"> 
>                      <camel:from uri="direct:jms" /> 
>                      <camel:to 
> 
> uri="jms:queue:requestQuee?replyTo=queue:*responseQueue*&amp;exchangePattern=InOut"
>  
> /> 
>               </route> / 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-jms-In-Out-Pattern-tp5782730p5782745.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to