Skip to content

Configurer for RabbitTemplate similar to SimpleRabbitListenerContainerFactoryConfigurer #19440

@ryandanielspmc

Description

@ryandanielspmc

Often, you might want multiple RabbitTemplate instances with slight variations on the default properties. RabbitAutoConfiguration configures a default RabbitTemplate with settings pre-populated from RabbitProperties.Template and RabbitProperties.Retry. But, as far as I know, you cannot get multiple unique instances from RabbitAutoConfiguration. It would be great to have something similar to SimpleRabbitListenerContainerFactoryConfigurer that would allow applying the default settings to custom-made RabbitTemplate instances.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions