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 c3d9870 commit 9b8d01fCopy full SHA for 9b8d01f
src/com/rabbitmq/client/impl/AMQConnection.java
@@ -309,7 +309,7 @@ public void start()
309
// still in generated code; just pass a dummy value here
310
Method res = _channel0.exnWrappingRpc(new AMQImpl.Connection.Open(_virtualHost,
311
"",
312
- true)).getMethod();
+ false)).getMethod();
313
return;
314
}
315
0 commit comments