mirror of https://github.com/apache/activemq.git
ensure no broker is auto created
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@980415 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6c4d7e81e
commit
589d634fe3
|
@ -39,7 +39,7 @@ import org.apache.activemq.ActiveMQConnectionFactory;
|
|||
* @version $Rev$ $Date$
|
||||
*/
|
||||
public class JmsXARollback2CxTransactionTest extends JmsQueueTransactionTest {
|
||||
private static final String DEFAULT_HOST = "vm://localhost";
|
||||
private static final String DEFAULT_HOST = "vm://localhost?create=false";
|
||||
|
||||
private ConnectionManagerAdapter connectionManager = new ConnectionManagerAdapter();
|
||||
private static long txGenerator;
|
||||
|
|
Loading…
Reference in New Issue