Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-- label (string)

-- priority (int)

-- queue (string)

-- OriginalData (bytearray)


The table below describes the MSMQ UDR properties used in the MSMQ Collection and Processing agents:

FieldDescription

appSpecific

The application-generated information, such as single integer values or application-defined message classes.

arrivedTimeThe data and time at which the message arrives at the destination queue.

body (string)

The body of the message.

context (any)A free field that can be used to store contextual information regarding the request.

error (string)

The error received by the MSMQ collection or processing agents.

label (string)

An application-defined label for the message.
priority (int)The priority that is assigned to the message when en-route to a queue and when inserted into the destination queue.
queue (string)This field contains the queue name.
OriginalData (bytearray)This field contains the original data in bytearray format.