Skip to content

Commit 7196c91

Browse files
author
Hubert Plociniczak
committed
Explictly remove the queue after the test
1 parent afc0a2f commit 7196c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ public void tryBasicReturn() throws IOException {
476476
returnCell = new BlockingCell<Object>();
477477
_ch1.basicPublish(mx, "", true, false, null, "five".getBytes());
478478
drain(1, mq, true);
479+
_ch1.queueDelete(mq, true, true);
479480

480481
log("Completed basic.return testing.");
481482
}

0 commit comments

Comments
 (0)