MSMQ - message queuing has not been installed on this computer

前端 未结 2 442
春和景丽
春和景丽 2020-12-30 06:11

I have written a sample application to write to a public and private queues that are on dev server. I don\'t have the message queue installed on my local machine.

I

2条回答
  •  执念已碎
    2020-12-30 06:47

    Refactor out the MSMQ logic to a service and call the service from your code, passing the message. That way you only have to install MSMQ on the server.

提交回复
热议问题