Skip to content

Commit 4561097

Browse files
committed
IANA assigned port for AMQP over TLS/SSL is 5671
1 parent 250a2ea commit 4561097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/Bug19356Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void openConnection()
6262

6363

6464
if (connection == null) {
65-
connection = connectionFactory.newConnection("localhost", 5673);
65+
connection = connectionFactory.newConnection("localhost", 5671);
6666
}
6767
}
6868

0 commit comments

Comments
 (0)