Skip to content

Commit a4563f2

Browse files
committed
merge heads
2 parents 716ea44 + 6c1b625 commit a4563f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/ConnectionRecovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public void handleNack(long deliveryTag, boolean multiple) throws IOException {
141141
closeAndWaitForRecovery();
142142
expectChannelRecovery(channel);
143143
channel.confirmSelect();
144-
channel.basicPublish("", q, true, false, null, "mandatory1".getBytes());
144+
basicPublishVolatile(q);
145145
waitForConfirms(channel);
146146
wait(latch);
147147
}

0 commit comments

Comments
 (0)