public void run() throws Exception {
QueueContainer container = getOrCreateContainer();
if (pollOperation) {
response = container.txnRollbackPoll(itemId, true);
} else {
response = container.txnRollbackOfferBackup(itemId);
}
}
@Override
protected void writeInternal(ObjectDataOutput out) throws IOException {