auto start of schedualler breaks two embedded brokers as they contest for the default store location

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@995117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-09-08 16:25:36 +00:00
parent e8a4a32c83
commit a222b7b554
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ import org.apache.activemq.ActiveMQConnectionFactory;
*/ */
public class ManagedConnectionFactoryTest extends TestCase { public class ManagedConnectionFactoryTest extends TestCase {
private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false"; private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false&broker.schedulerSupport=false";
private static final String REMOTE_HOST = "vm://remotehost?broker.persistent=false"; private static final String REMOTE_HOST = "vm://remotehost?broker.persistent=false&broker.schedulerSupport=false";
private ActiveMQManagedConnectionFactory managedConnectionFactory; private ActiveMQManagedConnectionFactory managedConnectionFactory;
/** /**