You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2015/09/26 01:35:04 UTC

[jira] [Resolved] (AMQNET-511) Failover modie is not enabled for TIBCO provider

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

Jim Gomes resolved AMQNET-511.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

Added the following new optional URL parameters:

{noformat}
connection.ExceptionOnFTEvents
connection.ExceptionOnFTSwitch
connection.ConnAttemptCount
connection.ConnAttemptDelay
connection.ConnAttemptTimeout
connection.ReconnAttemptCount
connection.ReconnAttemptDelay
connection.ReconnAttemptTimeout
{noformat}

A sample usage:

{noformat}
ems:(tcp://emsbroker1:7222,tcp:emsbroker2:7222)?connection.ConnAttemptCount=5
{noformat}

The default values of the variables are as follows:

{noformat}
ExceptionOnFTEvents = true
ExceptionOnFTSwitch = true
ConnAttemptCount = Int32.MaxValue
ConnAttemptDelay = 3000      // 30 seconds
ConnAttemptTimeout = 5000    // 5 seconds
ReconnAttemptCount = Int32.MaxValue
ReconnAttemptDelay = 30000   // 30 seconds
ReconnAttemptTimeout = 5000  // 5 seconds
{noformat}


> Failover modie is not enabled for TIBCO provider
> ------------------------------------------------
>
>                 Key: AMQNET-511
>                 URL: https://issues.apache.org/jira/browse/AMQNET-511
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: EMS
>    Affects Versions: 1.5.0, 1.7.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>              Labels: failover
>             Fix For: 1.7.1, 1.8.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> When attempting to use a failover URI, the TIBCO provider does not actually activate the failover mode.
> Given a simple failover URI: {{ems:tcp://emsbroker1:7222,tcp://emsbroker2:7222}}
> This should enable failover and auto-reconnect in case of network disruption. However, it only throws an exception and never attempts to reconnect.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)