Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4

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

The structure of the MSMQ UDR type includes the following properties:

Image Removed

The properties in MSMQ UDRis:

  • MSMQ

-- appSpecific (int)

-- arrivedTime (date)

-- body (string)

-- context (any)

-- error (string)

-- label (string)

-- priority (int)

-- OriginalData (bytearray)


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)