문제

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