Skip to content

Commit

Permalink
Fix rabbitmqctl command
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Nov 7, 2023
1 parent b3aafd9 commit 8bcbd60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/rabbitmq/stream/Host.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ public static void setEnv(String parameter, String value) throws IOException {
}

public static String rabbitmqctlCommand() {
String rabbitmqCtl = "/home/acogoluegnes/prog/rabbitmq/rabbitmq-server/sbin/rabbitmqctl";
// String rabbitmqCtl = System.getProperty("rabbitmqctl.bin");
String rabbitmqCtl = System.getProperty("rabbitmqctl.bin");
if (rabbitmqCtl == null) {
throw new IllegalStateException("Please define the rabbitmqctl.bin system property");
}
Expand Down

0 comments on commit 8bcbd60

Please sign in to comment.