Skip to content

Commit 9fbd704

Browse files
Merge branch '4.0.x-stable' into 4.1.x-stable
2 parents c7903eb + 2746de7 commit 9fbd704

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,8 @@ public Connection newConnection() throws IOException, TimeoutException {
986986
* is enabled, the connection returned by this method will be {@link Recoverable}. Reconnection
987987
* attempts will always use the address configured on {@link ConnectionFactory}.
988988
*
989-
* @param connectionName arbitrary sring for connection name client property
989+
* @param connectionName client-provided connection name (an arbitrary string). Will
990+
* be displayed in management UI if the server supports it.
990991
* @return an interface to the connection
991992
* @throws IOException if it encounters a problem
992993
*/
@@ -1017,7 +1018,8 @@ public Connection newConnection(ExecutorService executor) throws IOException, Ti
10171018
* attempts will always use the address configured on {@link ConnectionFactory}.
10181019
*
10191020
* @param executor thread execution service for consumers on the connection
1020-
* @param connectionName arbitrary sring for connection name client property
1021+
* @param connectionName client-provided connection name (an arbitrary string). Will
1022+
* be displayed in management UI if the server supports it.
10211023
* @return an interface to the connection
10221024
* @throws IOException if it encounters a problem
10231025
*/

0 commit comments

Comments
 (0)