Hi everybody,

With ActiveMQ, we can add WebSocket support by adding a transportConnector;
the WebSocket part is handled by Jetty :
 
    <transportConnector name="websocket" uri="ws://0.0.0.0:61614"/>

I managed to add this support into TomEE, but I had to add some ActiveMQ jar
files AND some Jetty jar files. I find it strange to add Jetty files into a
Tomcat based software.

So my question : is it the right way to add WebSocket support to the
messaging module or is it an other / proper way to do it ?

Alexis



--
View this message in context: 
http://openejb.979440.n4.nabble.com/WebSocket-support-with-ActiveMQ-in-TomEE-tp4666852.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to