3.1.7.1.8 Create Transaction

This event MUST be generated with the following argument:

Return Value:

  • rTransaction: The created transaction object.

The queue manager MUST perform the following actions to process this event:

  • Create a new Transaction (section 3.1.1.14) ADM element instance, referred to as newTransaction, and set newTransaction.Identifier to the iTransactionIdentifier argument.

  • Add theĀ  Transaction ADM element instance referenced by newTransaction to LocalQueueManager.TransactionCollection.

  • Set rTransaction to the Transaction ADM element instance referenced by newTransaction.