当前位置:网站首页>Only one confirmcallback is supported by each rabbittemplate
Only one confirmcallback is supported by each rabbittemplate
2022-06-27 09:34:00 【Sparkle_ wsl】
Only one ConfirmCallback is supported by each RabbitTemplate terms of settlement
The reason for the error :
spring in Bean The default is to use the single column mode , unfortunately RabbitTemplate You can only set one ConfirmCallback, So it caused the appeal BUG
terms of settlement :
RabbitTemplate Set to multi column mode
@Bean
@Scope("prototype")
public RabbitTemplate rabbitTemplate(ConnectionFactory connectionFactory) {
RabbitTemplate template = new RabbitTemplate(connectionFactory);
template.setMandatory(true);
template.setMessageConverter(new SerializerMessageConverter());
return template;
}
边栏推荐
- Scientists develop two new methods to provide stronger security protection for intelligent devices
- Tips for using Jupiter notebook
- HiTek电源维修X光机高压发生器维修XR150-603-02
- 强化学习中好奇心机制
- Demand visual Engineer
- Take you to play with the camera module
- 隐私计算FATE-离线预测
- Summary of three basic interview questions
- Enumeration? Constructor? Interview demo
- 快速入门CherryPy(1)
猜你喜欢
E+H二次表维修PH变送器二次显示仪修理CPM253-MR0005
ucore lab3
Rman-08137 main library failed to delete archive file
【生动理解】深度学习中常用的各项评价指标含义TP、FP、TN、FN、IoU、Accuracy
ucore lab4
文件名设置导致writelines写入报错:OSError: [Errno 22] Invalid argument
[system design] proximity service
Semi supervised learning—— Π- Introduction to model, temporary assembling and mean teacher
快速入门CherryPy(1)
Imx8qxp DMA resources and usage (unfinished)
随机推荐
ThreadLocal再次挖掘它的知识点
谷歌浏览器 chropath插件
ucore lab3
About the problem that the El date picker Click to clear the parameter and make it null
[vivid understanding] the meanings of various evaluation indicators commonly used in deep learning TP, FP, TN, FN, IOU and accuracy
CLassLoader
I'm almost addicted to it. I can't sleep! Let a bug fuck me twice!
Several cases that do not initialize classes
10 常见网站安全攻击手段及防御方法
使用aspose-slides将ppt转pdf
prometheus告警流程及相关时间参数说明
提高效率 Or 增加成本,开发人员应如何理解结对编程?
fastadmin 安装后访问后台提示模块不存在
DV scroll board width of datav rotation table component
Object contains copy method?
Es update values based on Index Names and index fields
How do I get the STW (pause) time of a GC (garbage collector)?
Principle and application of the most complete H-bridge motor drive module L298N
[original] typescript string UTF-8 encoding and decoding
Use CAS to complete concurrent operations with atomic variables