Hi, I have been testing Activemq for one week and my goal is to send an XML file, or DOM object through the broker.
When I send document object, the received data is a string containing '[XML DocumentObject]'. So I cannot retrieve the datas from my XML. So I tried to parse the XML as a String and send, thus it works, but it's not easy to handle. Is there a way to send directly xml file or a xml document object. Furthermore, the the message takes time to arrive, it has to be sent 3 times to be received once. How can i manage my queue/topic. I am using activemq 4.2 (i think so, i just downloaded it from the trunk), JDK 1.5.06 and windows SERVER 2003 R2 I am joining my sources http://www.nabble.com/file/7509/MessageListener.html MessageListener.html http://www.nabble.com/file/7510/MessagePublisher.html MessagePublisher.html Thx for help, did -- View this message in context: http://www.nabble.com/Slow-Message-transmission-Ajax-tf3485200s2354.html#a9729547 Sent from the ActiveMQ - User mailing list archive at Nabble.com.