开发者

MSMQ - how to Communicate between two application

开发者 https://www.devze.com 2023-02-25 12:56 出处:网络
I started looking into MSMQ very recently so i have basic doubts . If two application needs to communicate lets say server and client I think both will share the same MQ address and when the clien开发

I started looking into MSMQ very recently so i have basic doubts . If two application needs to communicate lets say server and client I think both will share the same MQ address and when the clien开发者_Go百科t update then the Server will be having the MSMQ watcher which will listen to the message pick and use it. So according to me there are three component we need

Client - which knows the Queue location

Queue watcher - which watches the queue

service -- to which queue watcher will send the message to


Tom Hollander wrote an excellent series of three articles on WCF and MSMQ. They helped me alot when I had to build an application to communicate via MSMQ. There is a third article but Stack Overflow won't let me post since I'm a new user. You can find the link to it from the 2nd article.

MSMQ, WCF and IIS: Getting them to play nice (Part 1)

MSMQ, WCF and IIS: Getting them to play nice (Part 2)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号