Forum Discussion
rohitgkk
14 years agoContributor
Hi,
Yes, exactly temporary reply queue will work by adding "::queue_" at the end of the JMS end point.
By the way what exception you are getting for hermes JMS?
Regards,
Rohit Shingalapur
http://rohit-developerscorner.blogspot.com
Yes, exactly temporary reply queue will work by adding "::queue_" at the end of the JMS end point.
By the way what exception you are getting for hermes JMS?
Regards,
Rohit Shingalapur
http://rohit-developerscorner.blogspot.com
- sat778 years agoOccasional Visitor
Hi,
I have web service where it has two bindings /service (SOAP/HTTP & SOAP/JMS), we are trying to test thru SOAP/JMS. This web service is a retrieve service which returns data.
To test thru SOAP/JMS - firstly created JMS configuration with Queue as "Publisher". Under test case created step as "JMS Request" selected respective queue configured, as suggested above appended with "::queue_" , pasted SOAP request , triggered but no response seen.
Could you please tell am i doing correctly.
Thanks,
Sat77