Versions Compared

Key

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

This section describes the structure and properties of the MSMQ UDR.

The structure of the MSMQ UDR is:

  • MSMQ

-- appSpecific (int)

-- arrivedTime (date)

-- body (string)

-- context (any)

-- error (string)

-- label (string)

-- priority (int)

-- OriginalData (bytearray)

The MSMQ UDR type includes the following properties:

Image Added

The properties in MSMQ UDR

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

FieldDescription

appSpecific (int)

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

arrivedTime (date)

The 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)