On 4/10/06, CMSuser <[EMAIL PROTECTED]> wrote: > > Is there a way to communicate using object messages over Stomp ?
Only Java is gonna be able to parse and understand a JMS ObjectMessage as it uses serialization; though there's no reason why over Stomp we can't send different binary payloads using MIME content type headers so folks can parse the body. e.g. XML, Java serialization, CORBA IIOP, ASN.1 etc. > -- > View this message in context: > http://www.nabble.com/Stomp-with-object-messages-t1423314.html#a3836879 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- James ------- http://radio.weblogs.com/0112098/
