-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Add RabbitTemplateCustomizer to allow customization of RabbitTemplates #34050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I got an error when visiting ci.spring.io/builds/240492. |
|
Our CI environment is being upgraded at the moment so it's likely to be unstable for a while. |
|
I wonder if we should instead offer a |
|
We already have the |
It's right, i will supply a RabbitTemplateCustomizer like @philwebb said. |
...igure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfiguration.java
Show resolved
Hide resolved
...gure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateCustomizer.java
Outdated
Show resolved
Hide resolved
# Conflicts: # spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitTemplateCustomizer.java
|
Thank you! |
If there has a more convenient way to configure
ConfirmCallbackandReturnsCallbackforRabbitTemplateby auto-configure , like declare a bean ofConfirmCallbackorReturnsCallback, so we need not to declare a new bean ofRabbitTemplatein extraConfigClass.