Skip to content

Commit 6b720bb

Browse files
authored
Docs; Align client connection order reference
Mention an `addressShuffleMode` option when describing a fail over connection factory behavior.
1 parent 5451bfe commit 6b720bb

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
@@ -745,7 +745,7 @@ See <<cf-pub-conf-ret>> for more information about ensuring message delivery.
745745
When using HA queues in a cluster, for the best performance, you may want to connect to the physical broker
746746
where the lead queue resides.
747747
The `CachingConnectionFactory` can be configured with multiple broker addresses.
748-
This is to fail over and the client attempts to connect in order.
748+
This is to fail over and the client attempts to connect in accordance with the configured `AddressShuffleMode` order.
749749
The `LocalizedQueueConnectionFactory` uses the REST API provided by the management plugin to determine which node is the lead for the queue.
750750
It then creates (or retrieves from a cache) a `CachingConnectionFactory` that connects to just that node.
751751
If the connection fails, the new lead node is determined and the consumer connects to it.

0 commit comments

Comments
 (0)