This closes #263
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f8741db4 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f8741db4 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f8741db4 Branch: refs/heads/master Commit: f8741db4a3fb3244d5f7931ca214b8ca212af9d0 Parents: f4235a6 0e8f2f3 Author: Clebert Suconic <[email protected]> Authored: Wed Dec 16 18:20:41 2015 -0500 Committer: Clebert Suconic <[email protected]> Committed: Wed Dec 16 18:20:41 2015 -0500 ---------------------------------------------------------------------- .../artemis/api/core/client/ActiveMQClient.java | 178 ++++++++++++- .../artemis/api/core/client/ServerLocator.java | 8 +- .../core/client/impl/ServerLocatorImpl.java | 92 ++----- .../activemq/artemis/ClientThreadPoolsTest.java | 261 +++++++++++++++++++ .../artemis/tests/util/ActiveMQTestBase.java | 6 +- .../integration/client/CoreClientTest.java | 60 ++++- 6 files changed, 515 insertions(+), 90 deletions(-) ----------------------------------------------------------------------
