Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I want two or more windows services to watch a queue(MSMQ)if messages come in the queue the listners should pick them equally .
Ex if three message is there messages in the queue then message 1 should go to listner 1 and message 2 to listner 2 etc.,
Each listners are installed in different servers.
Please helpout any one i tried many things but nothing is working
Posted
Updated 12-Mar-13 2:49am
v2
Comments
ZurdoDev 12-Mar-13 8:37am    
Where are you stuck? You'll need to code some logic as to which ones actually process which messages.
fullstackdev01 12-Mar-13 8:48am    
The problem in developing the logic is each listner is installed in a different server

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900