Skip to content

Commit a8a10ad

Browse files
author
Simon MacMullen
committed
Vitally important typo.
1 parent adfef1e commit a8a10ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/examples/DirectReplyToPerformance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public void run() throws Exception {
171171

172172
String replyTo = strategy.preMsg(ch, cons);
173173
AMQP.BasicProperties props = MessageProperties.MINIMAL_BASIC.builder().replyTo(replyTo).build();
174-
ch.basicPublish("", SERVER_QUEUE, props, "Hello client!".getBytes());
174+
ch.basicPublish("", SERVER_QUEUE, props, "Hello server!".getBytes());
175175
latch[0].await();
176176
strategy.postMsg(ch);
177177
if (!reuseConnection) {

0 commit comments

Comments
 (0)