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 52451f3 commit c066c9cCopy full SHA for c066c9c
test/src/com/rabbitmq/client/test/Bug19356Test.java
@@ -80,7 +80,7 @@ public void testBug19356()
80
channel.queueDeclare("Bug19356Test");
81
channel.basicPublish("", "Bug19356Test", null, "SSL".getBytes());
82
83
- GetResponse chResponse = channel.basicGet("rabbitmq-java-test", false);
+ GetResponse chResponse = channel.basicGet("Bug19356Test", false);
84
assertTrue(chResponse != null);
85
86
AMQP.BasicProperties props = chResponse.getProps();
0 commit comments