How to publish xml to ActiveMQ ? I tried publishing it as text but i want to get it as xml back after subscription, therefore it's not preferable option.

String myxml = ... 
session.createTextMessage(myXml);

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top