当前位置:网站首页>异常记录-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
边栏推荐
猜你喜欢
随机推荐
CentOS8搭建PHP8.0.3运行环境
异常记录-16
通过源码探究@ModelAndView如何实现数据与页面的转发
Decentralized Collaborative Learning Framework for Next POI Recommendation
The time format is incorrect, and an error is reported when running the SQL file
leetcode刷题之二进制求和
【漏网之鱼】Ansible AWX调用playbook传参问题
[no steps in a small step to a thousand miles] Oracle Application derivative ora-01455 error reporting processing
Sum (if) in MySQL_ Sum (if ()) in MySQL
Concurrent optimization request
[Lombok quick start]
Imitation scallop essay reading page
rdma 介绍
Curry realization of function continuous call calculation and accumulation
Solution to page cache problem (use with caution)
file_ get_ Two solutions to content accessing SSL errors
bcc安装和基本工具使用说明
【代码解析(6)】Communication-Efficient Learning of Deep Networks from Decentralized Data
你应该知道的 JVM 基础知识
LeetCode刷题|38外观数组









