Hi,
while using
soap over JMS, my web service client wants to have reply queue on different JMS server (Basically , its not on the same JMS server where request queue is).
I was going though the soap over JMS spec and could not find any parameter to send "connection related information for reply queue" to Web service Provider while sending jms request.
If its not possible with soap over jms then can we achieve this via WSA?
I am using CXF as service provider and my own client to invoke service.
Thanks,