msmq服务自动激活

msmq服务自动激活

本文介绍了WCF net.msmq服务自动激活的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我有两个WCF服务,它们使用net.msmq协议并在IIS 7中托管。 我的问题是,当队列中出现新消息时,服务不会激活。我们必须在开始接收任何消息之前先手动浏览服务。 有没有办法自动激活这些服务? 提前感谢您提供任何帮助。解决方案 I have two WCF services, which use the net.msmq protocol and hosted in IIS 7.My problem is that the services do not activate when a new message appears on the queue. We have to manually browse the services first before they start picking up any messages.Is there any way to auto activate these services?Thanks in advance for any help. 解决方案 这篇关于WCF net.msmq服务自动激活的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-14 12:25