2.3.12.24 PROPID_MGMT_QUEUE_EOD_SOURCE_INFO

Value: 24

Variant type: VT_VARIANT | VT_VECTOR

Description: The array of information about the transactional messages sent from all source computers to the queue on the target computer.

 The array contains the following six items. Each item is an array; there is one entry in each array for each message.

  • Format name

    Variant type: VT_LPWSTR | VT_VECTOR

    Description: Each entry is a format name of a queue, as specified in section 2.1.

  • Sender ID

    Variant type: VT_CLSID | VT_VECTOR

    Description: Each entry is a GUID of the sender of the message.

  • Sequence ID

    Variant type: VT_UI8 | VT_VECTOR

    Description: Each entry is a number to distinguish a sequence from other sequences.

  • Sequence number

    Variant type: VT_UI4 | VT_VECTOR

    Description: Each entry is a sequence number.

  • Last access time

    Variant type: VT_I4 | VT_VECTOR

    Description: Each entry was the time when the queue was accessed. Time is represented as the number of seconds elapsed since midnight (00:00:00), January 1, 1970 UTC.

  • Message reject count

    Variant type: VT_UI4 | VT_VECTOR

    Description: Each entry is the number of times that a message was rejected.