Skip to content

Commit 440d174

Browse files
author
Simon MacMullen
committed
Update for new rabbitmqctl interface.
1 parent 61ecf35 commit 440d174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/com/rabbitmq/client/test/server/Firehose.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ private void checkHeaders(Map<String, Object> pubHeaders) {
6060
}
6161

6262
private void enable() throws IOException {
63-
Host.rabbitmqctl("set_env trace_exchanges '[{<<\"/\">>, <<\"trace\">>}]'");
63+
Host.rabbitmqctl("start_tracing trace");
6464
}
6565

6666
private void disable() throws IOException {
67-
Host.rabbitmqctl("unset_env trace_exchanges");
67+
Host.rabbitmqctl("stop_tracing");
6868
}
6969
}

0 commit comments

Comments
 (0)