2008/12/19 <[email protected]>: > Hi, > > I faced a similar problem...Just checkout if this works.. > > Synapse creates a temporary queue where it waits for the response > message from the jms. > After the timout it deletes the temporary queue and hence the response > is lost. > > So you can use 1 more proxy service which waits for the response message > on a separate queue. > You can configure your remote jms service to return the message to that > queue. > > So basically you will be using 2 proxy services--One to send the request > and other will listen for the response. > > You can set the endpoint, to which the response has to be sent, as a > header.
Hi, Can you post us some sample of your code - it seems that it solve our problem, we are stuck with response from external service. Best regards, Adr
