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:
Robert Davies 2008-05-21 14:05:32 +00:00
parent 157d630da4
commit cf03717eb7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {