mjustin <betas...@pair.com> writes: > Hello, > > With ActiveMQ and Stmp I was able to implement message exchange between Java > and non-Java clients using the XML or JSON based object message > transformation. So a Java object could be consumed by a Delphi app for > example without any changes on the Java side. > > Is the same possible if I use the OpenWire in the non-Java client? If yes, > how does a OpenWire client ask the broker for XML or JSON object > serialization?
I don't think so since the wire protocol is not standardized in JMS spec, but not sure. Out of interest, what makes you consider that option?