[ 
https://issues.apache.org/activemq/browse/AMQ-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

james strachan updated AMQ-319:
-------------------------------

    Fix Version/s: 4.1.1

>  ActiveMQ hangs when initial connection to broker fails using reliable 
> transport
> --------------------------------------------------------------------------------
>
>                 Key: AMQ-319
>                 URL: https://issues.apache.org/activemq/browse/AMQ-319
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: JMS client
>    Affects Versions: 3.0
>            Reporter: Ramzi Saba
>         Assigned To: Hiram Chirino
>             Fix For: 4.0.3, 4.1.1
>
>
> Make these changes in the JMS client to avoid blocking on startup in case all 
> brokers are down:
> 1- Start the reliable tcp channel in its own thread (seems there was an 
> attempt to do so anyway)
> 2- Synchronous and asynchronous client calls (via session, consumer, etc.) to 
> the reliable tcp channel should simply verify if a reliable channel has been 
> already established, else throw a JMSException, alternatively allow the 
> client to configure a timeout (currently it's hardcoded for synchronous calls 
> only I believe).
> 3- Other than starting the reliable channel, the client should not be 
> responsible of reestablishing a lost or unavailable channel. I would delegate 
> reliability to the reliable channel itself.
> 4- Look into adding a listener to allow for a silent client startup and 
> reconnect behind the scene once the broker is up

-- 
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