Date: Tue, 26 Apr 2005 17:54:43 +0530 To: [EMAIL PROTECTED] From: Rahul Saley <[EMAIL PROTECTED]> Subject: Can we send javax.jms.Message object over the SOAP
Hello All,
We are trying to wrap up the jms server with a web service. To do that we need to send the JMS Message using the
web service i.e. SOAP, so considering that the jms messages are not supported by the SOAP, what would be the
best bet . Options are :
#1. Convert the javax.jms.Message related all the properties into one xfer bean which has setter and getter method
and then send this user defined bean using bean serialiser.
But then this has overhead of transfering the content from one object to the other and then send it. So performance wise
its not great thing to do.
#2. Other option is to write our own bean serialiser for the javax.jms.message and then send it. Not sure we can even write our
own serialiser or not. If yes then please let me know, we willt ry to this option. I think second one is best option as thre is no need
to put the info from one xfer bean to other xfer bean.
Please help. Any type of help is of help.
Thanks in advance
With Regs Rahul
