[
https://issues.apache.org/jira/browse/ARTEMIS-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15045206#comment-15045206
]
ASF GitHub Bot commented on ARTEMIS-314:
----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/256
ARTEMIS-314 test-case to exercise behavior
I assumed that if reconnectAttempts = -1 then rebalancing wouldn't work,
but it actually does work. This test confirms it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-314
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/256.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 #256
----
commit c48498d907e8d081e68850adb577072399a0bb8f
Author: jbertram <[email protected]>
Date: 2015-12-07T16:17:05Z
ARTEMIS-314 test-case to exercise behavior
----
> Support JCA inflow connection rebalancing when reconnectAttempts == -1
> ----------------------------------------------------------------------
>
> Key: ARTEMIS-314
> URL: https://issues.apache.org/jira/browse/ARTEMIS-314
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
>
> Currently the re-balancing implementation will only rebalance when the
> underlying connection stops trying to reconnect. If reconnectAttempts == -1
> then rebalancing will never occur. This should be changed so that
> rebalancing occurs even if reconnectAttempts == -1.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)