java - How do you format the body of a JMS text message? -


does use xml in message? there alternatives xml? if use xml, define xml schema clients know how send messages service?

we use xml, think important thing tailor solution problem. reason use xml sending object across in message. there's no reason can't plain text, if applicable message sending, using headers send along properties if appropriate.


haven't defined xsd or dtd our xml messages, have formal document describing composition other teams can use our feeds without bugging us.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -