public void run() throws Exception {
QueueContainer container = getOrCreateContainer();
if (pollOperation) {
response = container.txnRollbackPoll(itemId, false);
} else {
response = container.txnRollbackOffer(itemId);
}
}
@Override
public boolean shouldBackup() {