随笔分类 - MSMQ
摘要:msdn PostMessage 的 Remark。 Windows 2000/XP: There is a limit of 10,000 posted messages per message queue. This limit should be sufficiently large. If
阅读全文
摘要:场景: msmq 1# server故障手工切换到2# server,msmq-wcf service宿主服务重启后,无法成功读取消息,状似service不工作、无法监听到数据传输。 解决过程: 反复切换1#、2#服务器,对比结果发现切到2# server时,不明原因导致仲裁盘并未成功加载到2# s
阅读全文
摘要://集群测试,以下格式不行(应是Host映射之类没配置OK) //_MSMQPath = @"FormatName:DIRECT=TCP:msmq496-ha\private$\496-10"; //以下格式OK,formatname、direct、tcp、private$ 大小写没任何影响, _M
阅读全文