Anyone use ActiveMQ with http before? 

I got work to buy the book ActiveMQ in Action. 
Its not too bad but its not answering my question directly. Its obvious you
can use http transport but its not clear on how from the client perspective. 

I think you need to alter activemq.xml in the <transportConnectors> section
by adding 
<transportConnector
name="http"
uri="http://localhost:8080?trace=true"; />



On the client side using, NMS in my case, you 
 Apache.NMS.ActiveMQ.ConnectionFactory connect = new
Apache.NMS.ActiveMQ.ConnectionFactory("activemq:htp:://172.16.0.51:61616");
this just throws an error. Cant parse URI. ??

Ideas


-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/configuring-and-using-ActiveMQ-with-http-tp2531794p2531794.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to