当前位置:网站首页>异常记录-17
异常记录-17
2022-04-23 06:01:00 【week@eight】
异常类名
Shutdown Signal: channel error; protocol method
描述
#method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - invalid arg ‘x-message-ttl’ for queue ‘deathQueue’ in vhost ‘/’: “expected integer, got longstr”, class-id=50, method-id=10)
问题原因
创建死信队列是中的过期时间需要设置java.lang.Long类型
解决方案
“@Argument(name = “x-message-ttl”,value = “60000”, type = “java.lang.Long”),”
异常重现
已复现
版权声明
本文为[week@eight]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_43431735/article/details/124216853
边栏推荐
- 异常记录-20
- 异常记录-7
- Number of stair climbing methods of leetcode
- Oracle数据库性能分析之常用视图
- A website that directly downloads PNG icons without logging in
- Ansible basic commands, roles, built-in variables and tests judgment
- LeetCode刷题|两个链表的第一个公共节点
- 异常记录-8
- surprise库中evaluate函数弃用解决方法
- PHP background parsing after JQ serialization
猜你喜欢
随机推荐
Typescript (top)
异常记录-5
时间格式不对,运行sql文件报错
The time format is incorrect, and an error is reported when running the SQL file
[MySQL basics] data export and import permissions and local_ Infile parameter
[shell script exercise] batch add the newly added disks to the specified VG
【漏网之鱼】Ansible AWX调用playbook传参问题
postMan 传参总结
Leak detection and vacancy filling (IV)
LeetCode刷题|13罗马数字转整数
How to use DBA_ hist_ active_ sess_ History analysis database history performance problems
[OSS file upload quick start]
Typescript (lower)
多线程
异常记录-22
MySQL 【读写锁+表锁+行锁+MVCC】
AttributeError: ‘dict‘ object has no attribute ‘iteritems‘
用Future与CountDownLatch实现多线程执行多个异步任务,任务全部完成后返回结果
Kids and COVID: why young immune systems are still on top
LeetCode刷题|897递增顺序搜索树









