Trigger Service Invocation

Applies To: Windows Server 2008 R2

You can use the Message Queuing Triggers service 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 a trigger invocation fails, the message processing logic that depends on that trigger will not be carried out.

Events

Event ID Source Message

2209

MSMQ

The action defined by the rule %3 with the ID %4 was not invoked. Error %1: %2

2210

MSMQ

Rule evaluation or execution failed for the transactional trigger %3 with the ID %4. Error %1: %2

Message Queuing Triggers Service

Message Queuing