You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2006/06/12 22:35:52 UTC

[jira] Updated: (AMQ-319) ActiveMQ hangs when initial connection to broker fails using reliable transport

     [ https://issues.apache.org/activemq/browse/AMQ-319?page=all ]

Hiram Chirino updated AMQ-319:
------------------------------

    Fix Version: 3.2.4
                     (was: 3.2)

>  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
>         Type: Improvement

>   Components: JMS client
>     Versions: 3.0
>     Reporter: Ramzi Saba
>      Fix For: 3.2.4

>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira