Class AMQP.Tx.Rollback

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AMQP.Tx

    public static class AMQP.Tx.Rollback
    extends AbstractMarshallingMethod
    This method abandons all message publications and acknowledgments performed in the current transaction. A new transaction starts immediately after a rollback. Note that unacked messages will not be automatically redelivered by rollback; if that is required an explicit recover call should be issued.
    See Also:
    Serialized Form