Brendan Tompkins [MVP]

Sponsors

The Lounge

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
WSMQ Installation and Setup

For an introduction to WSMQ, see my blog category here.

  1. Get a copy of the WSMQ Installer at http://workspaces.gotdotnet.com/wsmq
  2. Run the installer
  3. You should now be able to navigate to http://localhost/WSMQ/ and see the service description
  4. Queues are serialized to the “Queues” directory, so give the current thread identity full rights to the WSMQ/Queues directory.
  5. 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


Posted 09-02-2004 10:15 AM by Brendan Tompkins
Filed under:

[Advertisement]

Add a Comment

(required)  
(optional)
(required)  
Remember Me?