postOffice.route(copyMessage, tx, false, rejectDuplicate);
acknowledge(tx, ref);
tx.commit();
}
/*
* This method delivers the reference on the callers thread - this can give us better latency in the case there is nothing in the queue
* note: you require to synchronize this at the callers