mirror of https://github.com/apache/activemq.git
prevent test from pulling in persistence adapter from default location, persistence is not required for this test
This commit is contained in:
parent
bbb2acca2f
commit
3858faaf9d
|
@ -36,7 +36,7 @@ import org.apache.activemq.ActiveMQConnectionFactory;
|
|||
*/
|
||||
public class ManagedConnectionTest extends TestCase {
|
||||
|
||||
private static final String DEFAULT_HOST = "vm://localhost";
|
||||
private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false";
|
||||
|
||||
private ConnectionManagerAdapter connectionManager = new ConnectionManagerAdapter();
|
||||
private ActiveMQManagedConnectionFactory managedConnectionFactory;
|
||||
|
|
Loading…
Reference in New Issue