GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1620
ARTEMIS-1447 Reuse thread pools on JDBC Locks
I had moved the initialization of the thread pools for that..
I also have changed the CrticialAnalyzer to use the same pools as part of
this
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis pool
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1620.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 #1620
----
commit a1d5ec3c3672ee7efcb6c436021c2f037cd181f5
Author: Clebert Suconic <[email protected]>
Date: 2017-10-27T19:14:28Z
ARTEMIS-1447 Reuse thread pools on JDBC Locks
I had moved the initialization of the thread pools for that..
I also have changed the CrticialAnalyzer to use the same pools as part of
this
----
---