Showing posts with label MSMQ. Show all posts
Showing posts with label MSMQ. Show all posts

Sunday, November 11, 2007

Install MSMQ on Windows Server 2003

Install MSMQ on Windows Server 2003

Simply we can say this way.

Control Panel -> Add/Remove Programs -> Add/Remove Windows Components -> Application Server -> Message Queueing

For step by step process follow these
  • In the Control Panel, double-click Add or Remove Programs.
  • Click Add/Remove Windows Components in the left pane.
  • In the Windows Components wizard, select Application Server, and then click Details.
  • Check Message Queuing, click OK, and then click Next to complete the installation.
  • In the Control Panel, double-click Administrative Tools, and then double-click Computer Management.
  • Expand Services and Applications, and then click Services.
  • Right-click Message Queuing in the services list, and then click Properties.
  • Note Be sure to right-click the Message Queuing service in the services list on the right side of the window. Do not confuse it with the Message Queuing folder in the tree view.
  • Click the Recovery tab, set the first, second, and subsequent failures to Restart the service, and then click OK.

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...