Skip to content

Commit 493aa4e

Browse files
garyrussellartembilan
authored andcommitted
Connection name strategy was backported to 1.7.x
JIRA: https://jira.spring.io/browse/AMQP-684
1 parent a2d86fb commit 493aa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Here's an example with a custom thread factory that prefixes thread names with `
346346
347347
----
348348

349-
Starting with _version 2.0_ a `ConnectionNameStrategy` is provided for the injection into the `AbstractionConnectionFactory`.
349+
Starting with _version 1.7_ a `ConnectionNameStrategy` is provided for the injection into the `AbstractionConnectionFactory`.
350350
The generated name is used for the application-specific identification of the target RabbitMQ connection.
351351
The connection name is displayed in the management UI if the RabbitMQ server supports it.
352352
This value doesn't have to be unique and cannot be used as a connection identifier e.g. in HTTP API requests.

0 commit comments

Comments
 (0)