MSMQLog Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
TASKINFO | 0 | Log the task info only if logging is enabled and the event filter status is set to true. |
BEGIN_SEND | 1 | Log the timestamp before sending the message. |
END_SEND | 2 | Log the timestamp after sending the message. |
BEGIN_RECEIVE | 3 | Log the timestamp before receiving the message. |
END_RECEIVE | 4 | Log the timestamp after the message is received. |
BEFORE_OPEN_QUEUE | 5 | Log before opening the queue. |
AFTER_OPEN_QUEUE | 6 | Log after opening the queue. |
TASK_TIMEOUT | 7 | Log that the task has timed out. |