@Override
 public void readFrom(StreamInput stream) throws IOException {
   transactionUUID = stream.readUUID();
   queue = stream.readText();
 }