2.2.4.1 IncomingTransactionalTransferInfo

The IncomingTransactionalTransferInfo data collection defines the elements of the IncomingTransactionalTransferInfo array property of an ApplicationQueue. Each IncomingTransactionalTransferInfo is an MSMQCollection (section 3.15) object that contains the name-value pairs that are described in the following table.

Property name

Property value data type

Property description

QueueFormatName

VT_BSTR

The DestinationFormatName of the OutgoingQueue that transfers messages to the ApplicationQueue.

SenderID

 VT_BSTR

The Identifier property of the QueueManager that is transferring messages from one of its OutgoingQueues to the ApplicationQueue.

SeqID

VT_UI8

The 64-bit unsigned integer value that identifies the last transactional message sequence that was sent to the ApplicationQueue. This property corresponds to the IncomingTxSequenceID property that is described in [MS-MQQB] section 3.1.1.3.1.

SeqNo

VT_I4

The 32-bit value that identifies the sequence number of the last transactional message that was received by the ApplicationQueue in a particular transfer session. This property corresponds to the IncomingTxSequenceNumber property that is described in [MS-MQQB] section 3.1.1.3.1.

LastAccessTime

VT_I4

The time of the last ApplicationQueue activity, when the message was either accepted, rejected, or formatted as a time_t.

RejectCount

VT_I4

The number of times the message was rejected by the reception end of the message transfer process before being accepted into the ApplicationQueue.

Used by:

The IncomingTransactionalTransferInfo properties correspond to the IncomingTransactionalTransferInfo attributes, as described in [MS-MQDMPR] section 3.1.1.5, with these corresponding fields.

PropertyName

Attribute name as defined in [MS-MQDMPR]

QueueFormatName

FormatName

SenderID

SenderIdentifier

SeqID

SequenceIdentifier

SeqNo

SequenceNumber

LastAccessTime

LastAccessTime

RejectCount

RejectCount