Index Changes
This is version 2. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Configuring MSMQ Environment

Pre Requisites:
We need a Windows XP Operation System CD to install MSMQ Server and IIS Server
To set up MSMQ Environment we need to install IIS server and MSMQ server. The following steps will explain the process in detail.
1. Installing IIS and MSMQ in Windows XP
To install Microsoft Message Queuing Server on Windows XP machine
  • Select Control Panel
  • Select Add or Remove Programs
  • Select Add/Remove Windows Components
  • Mount Windows XP Operating System CD
  • Select Internet Information Services (IIS) and click Next,accept the default settings and complete IIS installation
  • Once IIS is successfully installed on the machine, select Message Queuing
  • Click “Details” button, you will see 4 options in details page select all the 4 if not selected already. Click “OK” button.
  • Click “Next” button and complete the MSMQ installation with all the default settings

2. Creating a Private Queue

  • Select Control Panel
  • Select Administrative Tools
  • Select Component Management
  • Expand Services and Applications, expand “Message Queuing”, expand Private Queues
  • Right Click on “Private Queues” click New > Private
  • Provide “<PrivateQueueName>” for the queue.

3. Creating a Public Queue

  • Select Control Panel
  • Select Administrative Tools
  • Select Component Management
  • Expand Services and Applications, expand “Message Queuing”, expand Private Queues
  • Right Click on “Public Queues” click New > Public
  • Provide “<PublicQueueName>” for the queue.

Note: In order to create public queues the host should be part of domain and integrated with an Active Directory.
Back to MSMQ BC

JSPWiki v2.4.100
[RSS]
« Home Index Changes Prefs
This particular version was published on 10-Nov-06 00:54 AM, -0800 by GautamiKondapaneni