You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/LocalizedQueueConnectionFactory.java
+30-11
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ public class LocalizedQueueConnectionFactory implements ConnectionFactory, Routi
Copy file name to clipboardExpand all lines: spring-rabbit/src/test/java/org/springframework/amqp/rabbit/connection/LocalizedQueueConnectionFactoryTests.java
Copy file name to clipboardExpand all lines: src/reference/asciidoc/amqp.adoc
+10-4
Original file line number
Diff line number
Diff line change
@@ -796,7 +796,7 @@ Notice that the first three parameters are arrays of `addresses`, `adminUris`, a
796
796
These are positional in that, when a container attempts to connect to a queue, it uses the admin API to determine which node is the lead for the queue and connects to the address in the same array position as that node.
797
797
798
798
IMPORTANT: Starting with version 3.0, the RabbitMQ `http-client` is no longer used to access the Rest API.
799
-
Instead, by default, the `WebClient` from Spring Webflux is used; it is not added to the class path by default.
799
+
Instead, by default, the `WebClient` from Spring Webflux is used; which is not added to the class path by default.
You can also use other REST technology by extending `DefaultNodeLocator` and overriding its `restCall` method.
819
+
You can also use other REST technology by implementing `LocalizedQueueConnectionFactory.NodeLocator` and overriding its `createClient, ``restCall`, and optionally, `close` methods.
0 commit comments