mirror of https://github.com/apache/activemq.git
use ActiveMQConnectionFactory.DEFAULT_BROKER_BIND_URL
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
157d630da4
commit
cf03717eb7
|
@ -36,7 +36,7 @@ public class ConnectionChurnTest extends TestCase {
|
|||
protected static final int CONNECTION_COUNT = 200;
|
||||
private static final Log LOG = LogFactory.getLog(ConnectionChurnTest.class);
|
||||
protected BrokerService broker;
|
||||
protected String bindAddress = ActiveMQConnection.DEFAULT_BROKER_BIND_URL+"?transport.closeAsync=false";
|
||||
protected String bindAddress = ActiveMQConnectionFactory.DEFAULT_BROKER_BIND_URL+"?transport.closeAsync=false";
|
||||
protected int topicCount;
|
||||
|
||||
public void testPerformance() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue