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.
1 parent ad56a9d commit a2dddb0Copy full SHA for a2dddb0
test/src/com/rabbitmq/examples/perf/ScenarioFactory.java
@@ -66,6 +66,7 @@ private static <T> T read0(String key, Map map, Class<T> clazz) {
66
67
private static MulticastParams paramsFromJSON(Map json) {
68
MulticastParams params = new MulticastParams();
69
+ params.setAutoDelete(true);
70
for (Object key : json.keySet()) {
71
PerfUtil.setValue(params, hyphensToCamel((String)key), json.get(key));
72
}
0 commit comments