From 015b96943707e4dff17070b2172a2d64ae17a604 Mon Sep 17 00:00:00 2001 From: Jay <31400063+eeaters@users.noreply.github.com> Date: Mon, 11 Apr 2022 23:08:46 +0800 Subject: [PATCH] Fix AddressResolver typo in the amqp.adoc --- src/reference/asciidoc/amqp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index fc6772a8..3c20e121 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -441,7 +441,7 @@ The following example with a custom thread factory that prefixes thread names wi ===== AddressResolver -Starting with version 2.1.15, you can now use an `AddressResover` to resolve the connection address(es). +Starting with version 2.1.15, you can now use an `AddressResolver` to resolve the connection address(es). This will override any settings of the `addresses` and `host/port` properties. ===== Naming Connections