@Override
 public WaitNotifyKey getWaitKey() {
   QueueContainer container = getOrCreateContainer();
   return container.getPollWaitNotifyKey();
 }
 @Override
 public void run() throws Exception {
   QueueContainer container = getOrCreateContainer();
   response = container.txnPollReserve(reservedOfferId, transactionId);
 }