public void AfterRollback() { Tracer.DebugFormat("MessageConsumerSynchronization - AfterRollback Called for Consumer {0}.", this.consumer.ConsumerId); this.consumer.Rollback(); this.consumer.synchronizationRegistered = false; }