MSMQLog Enum

Definition

Specifies the events that are used for logging with the Message Queue task.

public enum class MSMQLog
public enum MSMQLog
type MSMQLog = 
Public Enum MSMQLog
Inheritance
MSMQLog

Fields

AFTER_OPEN_QUEUE 6

Log after opening the queue.

BEFORE_OPEN_QUEUE 5

Log before opening the queue.

BEGIN_RECEIVE 3

Log the timestamp before receiving the message.

BEGIN_SEND 1

Log the timestamp before sending the message.

END_RECEIVE 4

Log the timestamp after the message is received.

END_SEND 2

Log the timestamp after sending the message.

TASK_TIMEOUT 7

Log that the task has timed out.

TASKINFO 0

Log the task info only if logging is enabled and the event filter status is set to true.

Applies to