Event ID 2211 — Trigger Initialization

Applies To: Windows Server 2008 R2

Message Queuing Triggers is a service that you can use to associate the arrival of each incoming message at a queue with a response that depends on the contents of the message. The response may invoke either a Component Object Model (COM) component or a stand-alone executable program. These components or programs can define business rules that can be invoked in response to such messages, without any additional programming. If trigger initialization fails and the trigger service is not available, any trigger-dependent message processing logic will not be carried out.

Event Details

Product: Windows Operating System
ID: 2211
Source: MSMQ
Version: 6.1
Symbolic Name: MSMQ_TRIGGER_STOPPED
Message: Message Queuing Triggers service stopped.

Resolve

Resolve Event Viewer errors and restart the trigger service

There are a number of errors that can cause the Message Queuing Triggers service to stop unexpectedly. Please check the event viewer to see if there are any other events which indicate why the service may have stopped.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To resolve errors and restart the trigger service:

  1. Open Event Viewer. To open Event Viewer, click Start. In the search box, type eventvwr.msc, and then press ENTER.
  2. If any other errors were reported under Application Channel events, resolve those errors.
  3. Restart the Message Queuing Triggers service. Open the Services snap-in. To open Services, click Start. In the search box, type services.msc, and then press ENTER.
  4. In the list of services, right-click the MSMQ Queuing Triggers service, and then click Restart.

Verify

Verify that the Message Queuing Triggers service is installed and running.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To verify that the Message Queuing Triggers service is installed and running:

  1. Open the Services snap-in. To open Services, click Start. In the search box, type services.msc, and then press ENTER.
  2. Scroll down the list of services to confirm the presence of the Message Queuing Triggers service.
  3. In the Status column, confirm that the Message Queuing Triggers service is Started.

Trigger Initialization

Message Queuing