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 a5a75b8 commit 95fdacaCopy full SHA for 95fdaca
test/src/com/rabbitmq/client/test/functional/Confirm.java
@@ -187,6 +187,7 @@ public void testBasicRecover()
187
public void testSelect()
188
throws IOException
189
{
190
+ channel.confirmSelect();
191
try {
192
Channel ch = connection.createChannel();
193
ch.confirmSelect();
@@ -203,9 +204,6 @@ public void testSelect()
203
204
} catch (IOException ioe) {
205
checkShutdownSignal(AMQP.PRECONDITION_FAILED, ioe);
206
}
- Channel ch = connection.createChannel();
207
- ch.confirmSelect();
208
209
210
211
/* Publish NUM_MESSAGES messages and wait for confirmations. */
0 commit comments