随笔分类 - MQ
摘要:RabbitMQ.Client.Exceptions.BrokerUnreachableException 被引发 可能是和mq所在的网络不通 RabbitMQ.Client.Exceptions.OperationInterruptedException 被引发 The AMQP operatio
阅读全文
摘要:一、工作队列模式 C1 C2轮流接收消息 启动两个接受者 channel.QueueDeclare(queue:"que",durable:false,exclusive:false,autoDelete:false,arguments:null); 交换机设置为空字符串 channel.Basic
阅读全文
摘要:下载安装 erlang https://www.erlang.org/downloads 下载安装 rabbitmq https://github.com/rabbitmq/rabbitmq-server 安装插件 在sbin目录下 cd D:\Program Files\RabbitMQ Serv
阅读全文