Trigger Initialization

Applies To: Windows Server 2008

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.

Events

Event ID Source Message

2200

MSMQ

Message Queuing Triggers started successfully.

2201

MSMQ

Message Queuing Triggers initialization failed. Error %1: %2

2211

MSMQ

Message Queuing Triggers service stopped.

2212

MSMQ

The queue %1 was not found. It may have been deleted. The trigger %2 associated with this queue is nonfunctional. Please use Computer Management to remove this trigger.

2213

MSMQ

At least one of the required dependencies was not found. Please verify that MSMQ Triggers resources are dependent on Message Queue resources.

Message Queuing Triggers Service

Message Queuing