Re: WebSocket with embedded ActiveMQ

2013-12-23 Thread hasalex
I've added the following files : jetty-server.jar, jetty-servlet.jar and jetty-websocket.jar. It's working fine, but tomcat has a built-in servlet and WebSocket support, it hurts me to add the same jar files from jetty. Probably not a real problem, just something stange. -- View this message

WebSocket with embedded ActiveMQ

2013-12-23 Thread hasalex
Hi everybody, I'm giving a try to TomEE which is embedding ActiveMQ. It's working fine with JMS, MQTT and WebSocket. For the WebSocket support I have to add some Jetty files and I find it ugly to add those Jetty files into Tomcat. So my question : is it the only way to add WebSocket support to