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 ec227a2 commit 5d089cbCopy full SHA for 5d089cb
test/src/com/rabbitmq/examples/ConfirmDontLoseMessages.java
@@ -59,9 +59,9 @@ public static void main(String[] args)
59
60
connectionFactory = new ConnectionFactory();
61
62
- // Publish msgCount messages and wait for confirms.
63
- (new Thread(new Consumer())).start();
64
// Consume msgCount messages.
+ (new Thread(new Consumer())).start();
+ // Publish msgCount messages and wait for confirms.
65
(new Thread(new Publisher())).start();
66
}
67
0 commit comments