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 9d3718c commit 912c07fCopy full SHA for 912c07f
test/src/com/rabbitmq/client/test/functional/BindingLifecycle.java
@@ -48,8 +48,6 @@
48
* primary node is still running. That way we exercise any node-down
49
* handler code in the server.
50
*
51
- * TODO: Adjust this test when Queue.Unbind is implemented in the
52
- * server
53
*/
54
public class BindingLifecycle extends PersisterRestartBase {
55
@@ -203,9 +201,7 @@ public void testQueueDelete() throws IOException {
203
201
204
202
// Nuke the queue and repeat this test, this time you expect
205
// nothing to get routed.
206
- //
207
- // TODO: When unbind is implemented, use that instead of
208
- // deleting and re-creating the queue
+
209
channel.queueDelete(binding.q);
210
channel.queueDeclare(binding.q, durable);
211
0 commit comments