Is it possible to let activemq share a port (80 or 8080) with a servlet engine like Jetty or Tomcat? So that a single port on a single server serves standard http requests and jms broker communication.
The examples I could find seems to assume that the activemq broker owns the port. If that is not possible could you point me to another protocol that let me efficiently push messages from a web server to a java client. I have found examples on java server to flex (blazeds), java server to html+javascript (atmosphere) but not java server to java client. -- View this message in context: http://old.nabble.com/Port-sharing-with-servlet-engine-tp29306994p29306994.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
