// The send may of course still fail, in which case, as
// the message is unacked, it will be lost.
if(_txn == null)
{
_txn = new AutoCommitTransaction(getQueue().getVirtualHost().getMessageStore());
}
_txn.dequeue(getQueue(), entry.getMessage(), NOOP);
entry.dequeue();