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 1b56506 commit af08458Copy full SHA for af08458
test/src/com/rabbitmq/examples/MulticastMain.java
@@ -132,7 +132,7 @@ public static void main(String[] args) {
132
flags, producerTxSize,
133
1000L * samplingInterval,
134
rateLimit, minMsgSize, timeLimit);
135
- channel.setReturnListener(p);
+ channel.setReturnListener(p);
136
Thread t = new Thread(p);
137
producerThreads[i] = t;
138
t.start();
0 commit comments