摘要: 参数们的Power 在声明队列的时候会有很多的参数 public static QueueDeclareOk QueueDeclare(this IModel model, string queue = "", bool durable = false, bool exclusive = true, bool autoDelete = true, IDictionary arguments = n... 阅读全文
posted @ 2016-12-25 00:39 liangshiwei 阅读(11865) 评论(0) 推荐(2)