_link.addUnsettled(tag, action, queueEntry);
}
if(_transactionId != null)
{
TransactionalState state = new TransactionalState();
state.setTxnId(_transactionId);
transfer.setState(state);
}
// TODO - need to deal with failure here
if(_acquires && _transactionId != null)
{