*/
if (exchange.getOrigin() == Origin.LOCAL) {
// this endpoint created the Exchange by issuing a request
Request request = exchange.getRequest();
KeyToken idByTok = new KeyToken(exchange.getCurrentRequest().getToken(), request.getDestination().getAddress(), request.getDestinationPort());
KeyMID idByMID = new KeyMID(request.getMID(), request.getDestination().getAddress(), request.getDestinationPort());
// LOGGER.fine("Exchange completed: Cleaning up "+idByTok);
exchangesByToken.remove(idByTok);
// in case an empty ACK was lost