This closes #152 UDP improvement and fixes
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/dbd8bdbd Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/dbd8bdbd Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/dbd8bdbd Branch: refs/heads/master Commit: dbd8bdbd8fb962b5da084f209df38848de849b3a Parents: b7c7c42 3c9a49d Author: Clebert Suconic <[email protected]> Authored: Thu Sep 3 18:09:19 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Sep 3 18:09:19 2015 -0400 ---------------------------------------------------------------------- .../activemq/artemis/utils/RandomUtil.java | 138 +++++++++++++++++++ .../api/core/UDPBroadcastEndpointFactory.java | 58 ++++++-- .../core/client/ActiveMQClientLogger.java | 9 +- .../core/client/impl/ServerLocatorImpl.java | 9 +- .../activemq/artemis/tests/util/RandomUtil.java | 119 +--------------- .../artemis/uri/ConnectionFactoryURITest.java | 21 +-- artemis-native/bin/libartemis-native-64.so | Bin 23984 -> 21442 bytes pom.xml | 2 +- tests/config/logging.properties.trace | 24 ++-- .../MessageRedistributionWithDiscoveryTest.java | 15 +- .../discovery/DiscoveryBaseTest.java | 6 +- .../discovery/DiscoveryStayAliveTest.java | 47 +++++-- .../integration/discovery/DiscoveryTest.java | 32 +---- .../integration/jms/SimpleJNDIClientTest.java | 6 +- .../ConnectionFactorySerializationTest.java | 4 +- 15 files changed, 275 insertions(+), 215 deletions(-) ----------------------------------------------------------------------
