Вопрос

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