java.naming.provider.url = failover:(tcp://localhost:61617,tcp://localhost:61616)?initialReconnectDelay=20&maxReconnectDelay=1000&randomize=false
I don't see any reconnection tries. All the log files say is: Waking up reconnect task org.apache.activemq.transport.failover.FailoverTransport DEBUG - Attempting connect to: tcp://localhost:61617 selezovikj wrote: > > Yes, I am sure. > When I have providerURL=tcp://localhost:61617 only, it connects with no > problems > > > > James.Strachan wrote: >> >> 2008/10/16 selezovikj <[EMAIL PROTECTED]>: >>> >>> You are right. >>> However, what I get is: >>> org.apache.activemq.transport.failover.FailoverTransport DEBUG - Waking >>> up >>> reconnect task >>> org.apache.activemq.transport.failover.FailoverTransport DEBUG - >>> Attempting >>> connect to: tcp://localhost:61617 >> >> You sure you've got the right port number? >> >> -- >> James >> ------- >> http://macstrac.blogspot.com/ >> >> Open Source Integration >> http://fusesource.com/ >> >> > > -- View this message in context: http://www.nabble.com/Log4j-JMS-appender---failover-tp20010627s22882p20014231.html Sent from the Camel - Users mailing list archive at Nabble.com.
