This commit is contained in:
Clebert Suconic 2020-06-01 15:21:20 -04:00
commit cee2c52f7c
1 changed files with 5 additions and 0 deletions

View File

@ -34,14 +34,19 @@ import org.apache.activemq.ActiveMQConnectionFactory;
import org.apache.activemq.artemis.core.config.Configuration;
import org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl;
import org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS;
import org.apache.activemq.artemis.utils.RetryRule;
import org.apache.activemq.broker.artemiswrapper.OpenwireArtemisBaseTest;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
public class FailoverClusterTest extends OpenwireArtemisBaseTest {
@Rule
public RetryRule retryRule = new RetryRule(2);
private static final int NUMBER = 10;
private String clientUrl;