IMQObjectTrigger.NET interface

Implement IMQObjectTrigger to process messages passed by the runmqdnm.NET monitor.

Interface


public interface IBM.WMQMonitor.IMQObjectTrigger();
Depending on whether sync point control is specified in the runmqdnm command the message is removed from the queue before or after the Execute method returns.

Methods

void Execute (MQQueueManager queueManager, MQQueue queue, MQMessage message, string param);
queueManager
Queue manager hosting the queue being monitored.
queue
Queue being monitored.
message
Message read from the queue.
param
Data passed from UserParameter.