Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does JMS directly support XML?

directly JMS support XML
0
Posted

Does JMS directly support XML?

0

Location: http://www.jguru.com/faq/view.jsp?EID=1215 Created: Nov 22, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) No. The JMS specification defines five message types: • StreamMessage – a stream of Java primitive values • MapMessage – a set of name-value pairs • TextMessage – a String object • ObjectMessage – a serialzed Java object • BytesMessage – a stream of uninterpreted bytes You can pass XML data in the body of a text message, and, of course, you can do just about anything with an object message. Optionally, some vendors plan to support other message types. Given the rapid growth and widespread use of XML, it’s likely that several vendors will offer direct XML support. At this time, the following vendors/products provide some form of direct support for XML: • Progress/SonicMQ – SonicMQ provides an XML message type, plus dynamic parsing of XML messages upon delivery.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123