Javax.jms.ObjectMessage with stomp is possible?
Hi,
I have a a legacy jms system, and it works with javax.jms.ObjectMessage and a legacy object message on "object property".
I need to work with non-java clients, and i search many possibilities, i chose the stomp framework , but i have a question:
Its possible write a converter to plug on stomp , and convert the message before send to jms server?
Like:
MyClient -------> send a message in json or xml format do stomp
Stomp ------------> receive the message and convert on my message format and set on new javax.jms.ObjectMessage (setObject() method)
Stomp -------------> send the object message to my legacy jms server.
LegacyServer ----------> receive and works with the object message
The server dont send message to stomp, only receives...
Legal Disclaimer:
The information contained in this message may be privileged and confidential. It is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message