You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/17 15:13:00 UTC

[jira] [Commented] (ARTEMIS-1355) Default config for client reconnection attempts does not match documentation

    [ https://issues.apache.org/jira/browse/ARTEMIS-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130647#comment-16130647 ] 

ASF GitHub Bot commented on ARTEMIS-1355:
-----------------------------------------

GitHub user michaelandrepearce opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1469

    ARTEMIS-1355 Default config for client reconnection attempts does not…

    … match documentation
    
    As per docs DEFAULT_RECONNECT_ATTEMPTS should be -1 by default not 0
    https://activemq.apache.org/artemis/docs/latest/client-reconnection.html

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1355

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1469.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1469
    
----
commit 37e1eb23b94193c0e35cc8eeee78280f701ead24
Author: Michael Andre Pearce <mi...@me.com>
Date:   2017-08-17T15:09:11Z

    ARTEMIS-1355 Default config for client reconnection attempts does not match documentation
    
    As per docs DEFAULT_RECONNECT_ATTEMPTS should be -1 by default not 0
    https://activemq.apache.org/artemis/docs/latest/client-reconnection.html

----


> Default config for client reconnection attempts does not match documentation
> ----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1355
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1355
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Michael Andre Pearce
>
> As per docs DEFAULT_RECONNECT_ATTEMPTS should be -1 not 0
> https://activemq.apache.org/artemis/docs/latest/client-reconnection.html
> This means by default reconnection does not occur, it should be -1 as per doc so out the box the safer setting of reconnect is done.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)