EasyNetQ:The operation requested on PersistentChannel timed out
时间:2019-11-18 17:30:24
收藏:0
阅读:389
使用EasyNetQ处理消息队列出现:The operation requested on PersistentChannel timed out
第一:得保证安装RabbitMQ服务器
第二:检查你的:IBus bus = RabbitHutch.CreateBus(RabbitMQUrl);中的RabbitMQUrl是否存在空格,“=”后也不能有空格
原文:https://www.cnblogs.com/cdyy/p/11883499.html
评论(0)