天天看點

Rabbitmq 報錯資訊

RabbitMQ.Client.Exceptions.BrokerUnreachableException 被引發

可能是和mq所在的網絡不通

RabbitMQ.Client.Exceptions.OperationInterruptedException 被引發

The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - inequivalent arg 'type' for exchange 'ex' in vhost '/': received 'topic' but current is 'direct'', classId=40, methodId=10”

 相同名字的交換機,工作模式換了。需要在web管理中心先删除老的模式

繼續閱讀