GitHub user franz1981 opened a pull request:

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

    ARTEMIS-1876 InVMNodeManager shouldn't be used if no JDBC HA is configured

    When database persistence and no shared store option is being used,
    Artemis is choosing to use InVMNodeManager, that is not providing
    the same behaviour of FileLockNodeManager.

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

    $ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1876

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

    https://github.com/apache/activemq-artemis/pull/2096.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 #2096
    
----
commit f886c0bdb451c947143fba6cf07cbf8ce7f3ff4d
Author: Francesco Nigro <nigro.fra@...>
Date:   2018-05-22T07:35:48Z

    ARTEMIS-1876 InVMNodeManager shouldn't be used if no JDBC HA is configured
    
    When database persistence and no shared store option is being used,
    Artemis is choosing to use InVMNodeManager, that is not providing
    the same behaviour of FileLockNodeManager.

----


---

Reply via email to