RabbitMQ inequivalent arg 'durable' for exchange 'csExchange' in vhost '/':
Posted hello
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RabbitMQ inequivalent arg 'durable' for exchange 'csExchange' in vhost '/': 相关的知识,希望对你有一定的参考价值。
错误:inequivalent arg ‘durable‘ for exchange ‘csExchange‘ in vhost ‘/‘: received
使用不同的MQ客户端时,常常会出现以上错误信息。
如使用php作为product,使用java, rubby, python作为consume.
最常见的原因是: durable, auto_delete,passive参数不一致,保持参数一致性就ok了
以上是关于RabbitMQ inequivalent arg 'durable' for exchange 'csExchange' in vhost '/': 的主要内容,如果未能解决你的问题,请参考以下文章
python获取mq队列数据报Queue.declare: (406) PRECONDITION_FAILED - inequivalent arg ‘x-max-priority‘