Spring web services, JMS transport and replay-to

1.1k Views Asked by At

I need to send a soap message to a queue and wait for the response into another.

The correlationId in the second one (the response queue) is the message Id in the first the message send to the request queue.

I'd like to use spring-ws but I am out of ideas. Could you please give me some advice or small example?

1

There are 1 best solutions below