inputMsgMatch(mroute.getGroupId(), mroute.getIndex(), mex);
execute();
// Do not release yet if the process is suspended, the mex will be used again
if (_dao.getState() != ProcessState.STATE_SUSPENDED)
mexdao.releasePremieMessages();
} else {
__log.debug("MatcherEvent handling: nothing to do, no matching message in DB");
}
}