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 b032fb5 commit a7e2463Copy full SHA for a7e2463
test/src/com/rabbitmq/client/test/Bug19356Test.java
@@ -77,7 +77,7 @@ protected void releaseResources()
77
public void testBug19356()
78
throws IOException
79
{
80
- channel.queueDeclare("Bug19356Test");
+ channel.queueDeclare("Bug19356Test", false, false, true, true, null);
81
channel.basicPublish("", "Bug19356Test", null, "SSL".getBytes());
82
83
GetResponse chResponse = channel.basicGet("Bug19356Test", false);
0 commit comments