You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ra...@apache.org on 2008/05/21 16:05:32 UTC

svn commit: r658692 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/ConnectionChurnTest.java

Author: rajdavies
Date: Wed May 21 07:05:32 2008
New Revision: 658692

URL: http://svn.apache.org/viewvc?rev=658692&view=rev
Log:
use ActiveMQConnectionFactory.DEFAULT_BROKER_BIND_URL

Modified:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/ConnectionChurnTest.java

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/ConnectionChurnTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/ConnectionChurnTest.java?rev=658692&r1=658691&r2=658692&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/ConnectionChurnTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/ConnectionChurnTest.java Wed May 21 07:05:32 2008
@@ -36,7 +36,7 @@
     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 {