How to pss a ObjectMessage from perl to JMS
Posted
by deepika
on Stack Overflow
See other posts from Stack Overflow
or by deepika
Published on 2010-05-27T11:18:08Z
Indexed on
2010/05/27
11:21 UTC
Read the original article
Hit count: 352
I want to send a perl object as a message to JMS server. I am using Net::Stomp to send a message from perl client to jms server. I am able to send text message but i want to construct a object similar to java object and send it to jms and convert that perl object back to java object at jms server. Can anybody help?
© Stack Overflow or respective owner