Blog First. Ask Questions Later.
For an introduction to WSMQ, see my blog category here.
- Get a copy of the WSMQ Installer at http://workspaces.gotdotnet.com/wsmq
- Run the installer
- You should now be able to navigate to http://localhost/WSMQ/ and see the service description
- Queues are serialized to the “Queues” directory, so give the current thread identity full rights to the WSMQ/Queues directory.
- Add your desired username and passwords to the web.config file here, you can set multiple username and passwords.
<appSettings>
<add key="AuthorizedUsers" value="wsmqUser,wsmqPassword" />
</appSettings>
That should be all you have to do. In a bit, I'm going to post some code to show how to queue up a message.
-Brendan
About Brendan Tompkins
Brendan has been programming with .NET since the first public beta and is owner and operator of Port Technology Services, a consultancy company providing .NET application development services to the Maritime industry. In July, 2007, he was awarded the Microsoft MVP award for ASP.NET.
He's also a proud co-founder of failed .COM startup Intrinsigo, and has had a hand in the failure of numerous other businesses.
He currently runs CodeBetter.Com and Devlicio.us, and lives in Norfolk, Virgina with his wife Tiara and son Ian.