I have set up a broker with nearly out of the box configuration.
<transportConnectors>
       <transportConnector name="openwire" uri="tcp://localhost:61616"/>
       <transportConnector name="ssl"     uri="ssl://localhost:61617"/>
...

And a mysql datasource underneath.
A few of the consumers are attempting to connect via the ssl transport, and
eventually the broker just stops accepting a connection from them.  I have
observed other consumers able to connect via ssl at the same time the broker
is silently rejecting another.  In the logs I am not seeing anything to
indicate what happened.
Restarting the broker and the client seems to allow the client to reconnect.  
Am using 4.1.1 and the client is attempting to connect with
failover:(tcp://this.is.thepublic.host:61616,ssl://this.is.my.host.com:61617)?randomize=false
The public host is often blocked on 61616.
Any ideas on what I should be looking for?

-- 
View this message in context: 
http://www.nabble.com/Am-new-to-ActiveMQ-and-having-problems-tf4232433s2354.html#a12041472
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to