On Jul 30, 2010, at 10:00 AM, Erik Martino Hansen wrote:
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 servesstandard http requests and jms broker communication.
You could put Apache on port 80, and have it proxy various requests back to either Tomcat or ActiveMQ based on which URL is requested.