Files
spring-cloud-stream/docs/modules/ROOT/pages/rabbit/rabbit_overview/advanced-binding-configuration.adoc
2023-09-14 11:48:01 +02:00

10 lines
661 B
Plaintext

[[advanced-configuration]]
= Advanced Configuration
:page-section-summary-toc: 1
From time to time, the RabbitMQ team add new features that are enabled by setting some argument when declaring, for example, a queue.
Generally, such features are enabled in the binder by adding appropriate properties, but this may not be immediately available in a current version.
Starting with version 3.0.1, you can now add `DeclarableCustomizer` bean(s) to the application context to modify a `Declarable` (`Queue`, `Exchange` or `Binding`) just before the declaration is performed.
This allows you to add arguments that are not currently directly supported by the binder.