Hi, Gents, I am trying to send XML based message using ActiveMQ, but as I know, I can't find a related method like *createXMLMessage()*. So I think a way is to use TextMessage: firstly, convert xml to string, then send it by TextMessage.
Any ideas or example? Thanks a lot! Best Regard! Kevin
