mirror of
https://github.com/apache/activemq.git
synced 2025-02-13 21:46:46 +00:00
1) connect/disconnect 500 (which still seems high) times instead of as many as possible in 25seconds. On fast machines, this is MUCH faster. 2) Actually call Thead.start(), not Thread.run() in cases where it should be on a background thread.