remove unnecessary broker durability from this test

This commit is contained in:
gtully 2014-12-08 14:06:15 +00:00
parent bc3587cfc9
commit f75857fbbf
1 changed files with 1 additions and 1 deletions

View File

@ -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;