Polish "Add RabbitTemplateCustomizer"

See gh-34050
This commit is contained in:
Moritz Halbritter
2023-03-01 12:58:59 +01:00
parent 5f77c1cd77
commit 2becf70c2a
4 changed files with 17 additions and 15 deletions

View File

@@ -41,6 +41,8 @@ To configure lower-level details of the RabbitMQ `ConnectionFactory` that is use
If a `ConnectionNameStrategy` bean exists in the context, it will be automatically used to name connections created by the auto-configured `CachingConnectionFactory`.
To make an application-wide, additive customization to the `RabbitTemplate`, use a `RabbitTemplateCustomizer` bean.
TIP: See https://spring.io/blog/2010/06/14/understanding-amqp-the-protocol-used-by-rabbitmq/[Understanding AMQP, the protocol used by RabbitMQ] for more details.