1. How to add HTTPS support to the Jetty Server shipped with ActiveMQ? stackoverflow.comI'm trying to configure the Jetty server shipped with ActiveMQ to enable JMS over HTTPS, and I've read the ActiveMQ HTTP and HTTPS transports reference(http://activemq.apache.org/http-and-https-transports-reference.html) and Jetty's How to configure SSL(http://docs.codehaus.org/display/JETTY/How%20to%20configure%20SSL), ... |
2. ActiveMQ Web Console (Jetty) Authentication using LDAP stackoverflow.comI was wondering if anyone knows how to setup authentication using LDAP for ActiveMQ 5.4.2 Web Console? It's really simple just to enable basic authentication from jetty.xml and set a new ... |
3. ActiveMQ via REST: High throughput Jetty configuration stackoverflow.comi want to send Messages to ActiveMQ via HTTP Requests. I created my own Servlet (the default servlet isn't that good). Unfortunately my Server only handles 400 Requests per second. Is there ... |
4. ActiveMQ Web Console only listens on localhost stackoverflow.comI've got ActiveMQ installed as I want it. However, the Web Console only listens on localhost - how do I make it listen on all interfaces? I'm sure it's a "host"="0.0.0.0" ... |
5. Jetty inside ActiveMQ: Web console URL stackoverflow.comI have an ubuntu machine, on which a) a web application (Tomcat, on URL http://myapp.com ) and b) a message queue broker (ActiveMQ) are running. ActiveMQ has a web console, which ... |