activemq-artemis/tests
Howard Gao ee20248404 ARTEMIS-478 Improve Openwire SslBrokerServiceTest
Some of the SSL tests in openwire requires to pass in more options like
enabledCipherSuites. It needs to refactor the test util to allow passing
of those options to broker.
And some of the cipher suite is obsolete in recent jre. Meaning they
are disabled by default for security reasons
(e.g. SSL_RSA_WITH_RC4_128_SHA). This will cause SSL handshake failure.
It can be fixed by using a more secure (not disabled) one, like
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
2016-04-12 17:26:51 -04:00
..
activemq5-unit-tests ARTEMIS-478 Improve Openwire SslBrokerServiceTest 2016-04-12 17:26:51 -04:00
config binding UDP to localhost so the testsuite will work on environments where UDP is not available due to firewal constraints 2015-09-03 18:06:10 -04:00
extra-tests Add missing @Overrides 2016-04-11 16:51:01 -04:00
integration-tests ARTEMIS-453 - AMQP reply-to property is stripped off message as it goes through broker 2016-04-12 10:24:13 +01:00
jms-tests Replace some manual array copies with System.arraycopy 2016-04-11 16:52:10 -04:00
joram-tests Use generics more 2016-02-28 01:06:59 +02:00
performance-tests Add missing @Overrides 2016-04-11 16:51:01 -04:00
soak-tests Bump to next version to 1.3.0-SNAPSHOT 2016-01-20 17:25:07 +00:00
stress-tests Bump to next version to 1.3.0-SNAPSHOT 2016-01-20 17:25:07 +00:00
timing-tests ARTEMIS-374 support schedule messages on LVQ 2016-02-01 11:58:56 -06:00
unit-tests ARTEMIS-463 More simplifications on the openwire head 2016-04-04 11:08:43 -05:00
pom.xml ARTEMIS-463 Improvement to the openwire testsuite 2016-04-04 11:08:43 -05:00