mirror of https://github.com/apache/activemq.git
remove unnecessary broker durability from this test
This commit is contained in:
parent
bc3587cfc9
commit
f75857fbbf
|
@ -34,7 +34,7 @@ import org.apache.activemq.ActiveMQConnectionFactory;
|
|||
*/
|
||||
public class UnsubscribeResubscribeTest 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