Hello All,
I have one question regarding the JMS communication.
I have JMS Queue installed on server side and my client don't want to install JMS to his
side. I am exposing some methods as a web service through my server. My client will send me
the
SOAP message across HTTP. I am converting this soap-http message in to the soap-jms
message. I will work on this request message and generate a response message for my client.
My problem is as my client doesn't have any queuing mechanisum like JMS or MQ-Serires then
how can I send back him the message. Here my main concern is reliability, security of
message across communication i.e. end-to-end.
So, if anybody has any suggestion then please let me know.
Thanks in advance!