We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a75b8 + 4c78649 commit dc9049cCopy full SHA for dc9049c
test/src/com/rabbitmq/client/test/server/ExclusiveQueueDurability.java
@@ -58,6 +58,7 @@ protected void createResources() throws IOException {
58
public void openChannel()
59
throws IOException
60
{
61
+ Host.executeCommand("cd ../rabbitmq-test; make restart-secondary-node");
62
ConnectionFactory cf2 = connectionFactory.clone();
63
cf2.setHost("localhost");
64
cf2.setPort(5673);
0 commit comments