0
点赞
收藏
分享

微信扫一扫

rabbitmq问题之 消息接收 received ‘true‘ but current is ‘false‘


问题描述

rabbitmq问题之 消息接收 received ‘true‘ but current is ‘false‘_rabbitmq

rabbitmq问题之 消息接收 received ‘true‘ but current is ‘false‘_客户端_02


这个代表:durable=true: 持久化exchange交换机

rabbitmq问题之 消息接收 received ‘true‘ but current is ‘false‘_客户端_03


为空的这种:就是不持久化

解决方案

1.原因基本上就是应该是你手动设置durable属性跟rabbitmq控台(有可能手动设置,也有可能是其他的客户端自动注册的时候设置的)中不一致
2.另外一种原因:目前很多公司会对rabbitmq的客户端client会进行封装
可能是你们公司的组件中给写死了duable=true


举报

相关推荐

0 条评论