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 250a2ea commit 4561097Copy full SHA for 4561097
test/src/com/rabbitmq/client/test/Bug19356Test.java
@@ -62,7 +62,7 @@ public void openConnection()
62
63
64
if (connection == null) {
65
- connection = connectionFactory.newConnection("localhost", 5673);
+ connection = connectionFactory.newConnection("localhost", 5671);
66
}
67
68
0 commit comments