Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA23710BF7 for ; Sat, 4 May 2013 01:22:28 +0000 (UTC) Received: (qmail 92207 invoked by uid 500); 4 May 2013 01:22:28 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 92126 invoked by uid 500); 4 May 2013 01:22:28 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 92118 invoked by uid 99); 4 May 2013 01:22:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 May 2013 01:22:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 May 2013 01:22:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0C4422388A91 for ; Sat, 4 May 2013 01:22:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r860766 - in /websites/production/activemq/content: cache/main.pageCache failover-transport-reference.html Date: Sat, 04 May 2013 01:22:03 -0000 To: commits@activemq.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130504012204.0C4422388A91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sat May 4 01:22:03 2013 New Revision: 860766 Log: Production update by buildbot for activemq Modified: websites/production/activemq/content/cache/main.pageCache websites/production/activemq/content/failover-transport-reference.html Modified: websites/production/activemq/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/activemq/content/failover-transport-reference.html ============================================================================== --- websites/production/activemq/content/failover-transport-reference.html (original) +++ websites/production/activemq/content/failover-transport-reference.html Sat May 4 01:22:03 2013 @@ -98,7 +98,7 @@ or
Transport Options
-
Option Name Default Value Description
initialReconnectDelay 10 How long to wait before the first reconnect attempt (in ms)
maxReconnectDelay 30000 The maximum amount of time we ever wait between reconnect attempts (in ms)
useExponentialBackOff true Should an expone ntial backoff be used btween reconnect attempts
backOffMultiplier 2.0 The exponent used in the exponential backoff attempts
maxReconnectAttempts -1 | 0 From version 5.6 onwards: -1 is default and means retry forever, 0 means don't retry (only try connection once but no retry).
+
Option Name Default Value Description
initialReconnectDelay 10 How long to wait before the first reconnect attempt (in ms)
maxReconnectDelay 30000 The maximum amount of time we ever wait between reconnect attempts (in ms)
useExponentialBackOff true Should an expone ntial backoff be used btween reconnect attempts
reconnectDelayExponent 2.0 The exponent used in the exponential backoff attempts
maxReconnectAttempts -1 | 0 From version 5.6 onwards: -1 is default and means retry forever, 0 means don't retry (only try connection once but no retry).
Prior to version 5.6: 0 is default and means retry forever.
All versions: If set to >0, then this is the maximum number of reconnect attempts before an error is sent back to the client.
startupMaxReconnectAttempts 0 If not 0, then this is the maximum number of reconnect attempts before an error is sent back to the client on the first attempt by the client to start a connection, once connected the maxReconnectAttempts option takes precedence.
randomize true use a random algorithm to choose the the URI to use for reconnect from the list provided
backup false initialize and hold a second transport connection - to enable fast failover
timeout -1 Enables timeout on send operations (in miliseconds) without interruption of reconnection process
trackMessages false keep a cache of in-flight messages that will flushed to a broker on reconnect
maxCacheSize 131072 size in bytes for the cache, if trackMessages is enabled
updateURIsSupported true Determines whether the client should accept updates to its list of known URIs from the connected broker. Added in ActiveMQ 5.4
updateURIsURL null A URL (or path to a local file) to a text file containing a comma separated list of URIs to use for reconnect in the case of failure. Added in ActiveMQ 5.4