mirror of https://github.com/apache/activemq.git
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:
parent
e8a4a32c83
commit
a222b7b554
|
@ -43,8 +43,8 @@ import org.apache.activemq.ActiveMQConnectionFactory;
|
|||
*/
|
||||
public class ManagedConnectionFactoryTest extends TestCase {
|
||||
|
||||
private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false";
|
||||
private static final String REMOTE_HOST = "vm://remotehost?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&broker.schedulerSupport=false";
|
||||
private ActiveMQManagedConnectionFactory managedConnectionFactory;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue