Re: How to enable HTTPS when SSL is working ?

2010-06-14 Thread gsm2a
Hi, I am trying to set up HTTPS support for the broker. My broker is deployed as a web app under Tomcat. I added HTTPS transport connector to activemq.xml. My brokers seems to be hanging forever saying "Loading ActiveMQ Broker ..." . If I add SSL system properties, it is messing up the tomcat SS

Subscriber not detecting the lost connection

2009-06-08 Thread gsm2a
I am running into a very weird problem. I have a publisher and a subscriber on one box pointing to ActiveMQ runinng as a webapp under tomcat on another machine. -- Both publisher and subscriber are on Box A, each has their own tcp connection. They both are using failover protocol. I need to make

AMQ Standalone vs embedded

2008-09-30 Thread gsm2a
I am a newbie to AMQ and am wondering what web service does AMQ standlone uses by default( downloaded bin version as is)?Does it use Axis? Also are there any advantages over deploying it as a war under tomcat or other app server? My requirement doesnt have to have it run under an app server. I wou