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 7886764 commit 87b97d3Copy full SHA for 87b97d3
test/src/com/rabbitmq/client/test/functional/QosTests.java
@@ -67,7 +67,7 @@ public void fill(int n)
67
{
68
for (int i = 0; i < n; i++) {
69
channel.basicPublish("amq.fanout", "", null,
70
- Integer.toString(n).getBytes());
+ Integer.toString(i).getBytes());
71
}
72
73
0 commit comments