Creates a UMQSourceEventAckInfo object and initializes fields to the
supplied values.


- flags (Int32)
- Informational flags.
- queueId (Int64)
- Queue Id of the queue.
- queue (String)
- The name of the queue the receiver registered with.
- index (Int64)
- The index of the instance of the queue.
- queueInstance (String)
- The instance of the queue.
- msgId (UMQMessageId)
- The registration Id of the source context where the message being acknowledged originated.
- firstSequenceNumber (UInt32)
- The sequence number of the first fragment associated with the acknowledgment message.
- lastSequenceNumber (UInt32)
- The sequence number of the last fragment associated with the acknowledgment message.
- clientObject (Object)
- The client object associated with the acknowledgment message.

Exception | Condition |
---|---|
LBMEInvalException An invalid parameter was specified. |