[ 
https://issues.apache.org/activemq/browse/AMQ-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49692#action_49692
 ] 

Uwe Kubosch commented on AMQ-2114:
----------------------------------

I am using ActiveMQConnection.DEFAULT_BROKER_URL

Here is the debug output:

0 [main] DEBUG org.apache.activemq.transport.failover.FailoverTransport  - 
Reconnect was triggered but transport is not started yet. Wait for start to 
connect the transport.
12 [main] DEBUG org.apache.activemq.transport.failover.FailoverTransport  - 
Started.
13 [main] DEBUG org.apache.activemq.transport.failover.FailoverTransport  - 
Waking up reconnect task
18 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Attempting connect 
to: tcp://localhost:61616
DEBUG ConnectionProcessor: connection OK
149 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Connect fail to: 
tcp://localhost:61616, reason: java.net.ConnectException: Connection refused
149 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Waiting 10 ms 
before attempting connection. 
159 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Attempting connect 
to: tcp://localhost:61616
160 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Connect fail to: 
tcp://localhost:61616, reason: java.net.ConnectException: Connection refused
160 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Waiting 20 ms 
before attempting connection. 
183 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Attempting connect 
to: tcp://localhost:61616
184 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Connect fail to: 
tcp://localhost:61616, reason: java.net.ConnectException: Connection refused
184 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Waiting 40 ms 
before attempting connection. 
225 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Attempting connect 
to: tcp://localhost:61616
241 [ActiveMQ Task] DEBUG 
org.apache.activemq.transport.failover.FailoverTransport  - Connect fail to: 
tcp://localhost:61616, reason: java.net.ConnectException: Connection refused


> Failover transport should not hang on startup if it cannot connect
> ------------------------------------------------------------------
>
>                 Key: AMQ-2114
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2114
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 5.2.0
>         Environment: Sun Java 1.6.0_12
> Fedora Linux 10
> ActiveMQ 5.2.0
>            Reporter: Uwe Kubosch
>            Priority: Critical
>
> When connecting with a failover transport, like the DEFAULT_BROKER_URL, the 
> transport hangs on connection.start() if it cannot connect to the remote 
> broker.  It should return normally.
> This only happens on startup.  Later disconnects behave nicely.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to