activemq-artemis/tests
jbertram 7a1199c475 ARTEMIS-210 outbound RA connection load-balancing
Inbound sessions are always created from the same ActiveMQConnectionFactory
which means the load-balancing policy is applied to them in the expected
manner. However, outbound sessions are created from independent, unique
ActiveMQConnectionFactory instances which means that the load-balancing
doesn't follow the expected pattern.

This commit changes this behavior by caching each unique
ActiveMQConnectionFactory instance and using it for both inbound and outbound
sessions potentially. This ensures the sessions are load-balanced as
expected.
2015-08-24 18:24:04 -05:00
..
activemq5-unit-tests Update maven-checkstyle-plugin to version 2.16 2015-08-16 15:26:15 +03:00
config Ensure all references to the project use ActiveMQ Artemis 2015-05-13 11:51:26 +01:00
extra-tests ARTEMIS-179 Expose disconnect/reconnect problem 2015-08-10 10:20:01 -05:00
integration-tests ARTEMIS-210 outbound RA connection load-balancing 2015-08-24 18:24:04 -05:00
jms-tests manual checkstyle changes 2015-08-10 10:08:23 -04:00
joram-tests automatic checkstyle change 2015-08-10 09:26:42 -04:00
performance-tests automatic checkstyle change 2015-08-10 09:26:42 -04:00
soak-tests automatic checkstyle change 2015-08-10 09:26:42 -04:00
stress-tests manual checkstyle changes 2015-08-10 10:08:23 -04:00
timing-tests automatic checkstyle change 2015-08-10 09:26:42 -04:00
unit-tests ARTEMIS-210 outbound RA connection load-balancing 2015-08-24 18:24:04 -05:00
pom.xml Removing extra-tests from running tests on PR builds 2015-06-23 23:43:44 -04:00