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: src/reference/asciidoc/amqp.adoc
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5169,8 +5169,6 @@ public static class Config {
5169
5169
5170
5170
IMPORTANT: In versions prior to 2.1, you could declare multiple `Declarable` instances by defining beans of type `Collection<Declarable>`.
5171
5171
This can cause undesirable side effects in some cases, because the admin has to iterate over all `Collection<?>` beans.
5172
-
This feature is now disabled in favor of `Declarables`, as discussed earlier in this section.
5173
-
You can revert to the previous behavior by setting the `RabbitAdmin` property called `declareCollections` to `true`.
5174
5172
5175
5173
Version 2.2 added the `getDeclarablesByType` method to `Declarables`; this can be used as a convenience, for example, when declaring the listener container bean(s).
0 commit comments