|
In this post I collect some links used to surf on MSMQ
If you need to write a queue listener you can use this link as a startpoint http://msmvps.com/blogs/manoj/archive/2005/10/16/70979.aspx
In my opinion I prefer and I choice the MSMQ Trigger way. MSMQ trigger are unknown object for many developer, this link is useful to understand how write a MSMQ trigger application. http://support.microsoft.com/kb/173325/en-us
If you need to manage MSMQ as an Active Directory object this link helps you http://technet2.microsoft.com/WindowsServer/en/Library/040755a5-60f5-4f2c-aa1f-4dad89d747f31033.mspx
|