Skip to content

Commit 2746de7

Browse files
Merge branch 'stable' into 4.0.x-stable
2 parents e5d34fc + 5467c4c commit 2746de7

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
@@ -974,7 +974,8 @@ public Connection newConnection() throws IOException, TimeoutException {
974974
* is enabled, the connection returned by this method will be {@link Recoverable}. Reconnection
975975
* attempts will always use the address configured on {@link ConnectionFactory}.
976976
*
977-
* @param connectionName arbitrary sring for connection name client property
977+
* @param connectionName client-provided connection name (an arbitrary string). Will
978+
* be displayed in management UI if the server supports it.
978979
* @return an interface to the connection
979980
* @throws IOException if it encounters a problem
980981
*/
@@ -1005,7 +1006,8 @@ public Connection newConnection(ExecutorService executor) throws IOException, Ti
10051006
* attempts will always use the address configured on {@link ConnectionFactory}.
10061007
*
10071008
* @param executor thread execution service for consumers on the connection
1008-
* @param connectionName arbitrary sring for connection name client property
1009+
* @param connectionName client-provided connection name (an arbitrary string). Will
1010+
* be displayed in management UI if the server supports it.
10091011
* @return an interface to the connection
10101012
* @throws IOException if it encounters a problem
10111013
*/

0 commit comments

Comments
 (0)