Skip to main content

WEBfactory 2010

Using the Microsoft Message Queue (MSMQ) Server

Abstract

Check out this article and learn how to use the Microsoft Message Queue Server when using WEBfactory 2010.

Setting up the Microsoft Message Queue (MSMQ) Server

Follow the next steps to enable Microsoft Message Queue (MSMQ) Server on your machine:

  1. Open Control Panel (Start Menu > Control Panel) and access the Programs and Features (Programs > Programs and Features) window. Click on the Turn Windows features on or off link from the left-side panel of the Programs and Features window.

    Alternatively, you can just type windows features in the Start Menu search box and the Turn Windows features on or off shortcut will be provided.

    Capture2772.jpg

    Programs and Features window

  2. In the Windows Features dialog, select the Microsoft Message Queue (MSMQ) Server node and all its sub-components.

    Capture2773.jpg

    Adding the Microsoft Message Queue (MSMQ) Server feature

  3. Click OK to confirm. Wait until the operation is complete.

Creating a Message Queue

Follow the next steps to learn how to create a private or public message queue:

  1. Open the Computer Management window by either right-clicking on the Computer in the Start Menu and selecting Manage or by typing computer management in the Start Menu search box and using the provided shortcut.

  2. In the Computer Management window, expand the Services and Applications node from the left-side panel. The Message Queuing will be available there.

    Capture2778.jpg

    Message Queuing in Computer Management

  3. To create a new queue, right click on the desired queue folder (Public Queues or Private Queues) and select New > Public/Private Queue.

    Public Queues are available only in an Active Directory environment. In a Workgroup environment, only Private Queues are available. Read more about Public and Private Queues here: Administering Queues

    Capture2780.jpg
    Capture2781.jpg

    Creating a new Public Queue

  4. In the New Public/Private Queue dialog, enter the name of the queue in the Queue name text field. Click OK to confirm.

    Capture2783.jpg
    Capture2784.jpg

    The New Public/Private Queue dialog

The new queue is now available in the appropriate folder: Public Queues or Private Queues.