----- Original Message ---- > From: jamesst <steven.ja...@logica.com> > To: users@activemq.apache.org > Sent: Monday, May 11, 2009 8:34:27 AM > Subject: Structured Data Accross Languages > > > Does ActiveMQ support sending structured data (Data Objects) across languages > or is additional 3rd party/ self developed software required. This is not > java to java so Serialisation in addition, XML is not suitable due to > performance. > Does anyone currently using ActiveMQ have any insight or ideas or done > something similar if so I would greatly appreciate your view. > > Many thanks, > > Steve. > -- > View this message in context: > http://www.nabble.com/Structured-Data-Accross-Languages-tp23482468p23482468.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I recommend looking into protocol buffers, it has worked well for us.