Ok, I followed your advice and I started from scratch with a minimal amq client. It worked and I added code step by step. Now I have a quite fully working client apart from this problem :
When i get the messages of a topic i want to show them on the browser window so I'm using this code : document.write("<br/>received : " + message.textContent + "<br/><br/>"); Now, this code works on Firefox, Chrome and Opera and doesn't work on Internet Explorer. How can i show the received messages on Internet explorer? Thanks in advance for the help :) -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-Ajax-API-tp3155676p3213569.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.