Class AmqpTransactionContext

  • All Implemented Interfaces:
    AmqpResourceParent

    public class AmqpTransactionContext
    extends java.lang.Object
    implements AmqpResourceParent
    Handles the operations surrounding AMQP transaction control. The Transaction will carry a JmsTransactionId while the Transaction is open, once a transaction has been committed or rolled back the Transaction Id is cleared.
    • Constructor Detail

      • AmqpTransactionContext

        public AmqpTransactionContext​(AmqpSession session,
                                      JmsSessionInfo resourceInfo)
        Creates a new AmqpTransactionContext instance.
        Parameters:
        session - The session that owns this transaction context.
        resourceInfo - The resourceInfo that defines this transaction context.