}
Mediator m = synCtx.getSequence(sequenceName);
if (m != null && m instanceof SequenceMediator) {
MediatorWorker worker = new MediatorWorker(m, synCtx);
// execute with the given priority
executor.execute(worker, priority);
// with the nio transport, this causes the listener not to write a 202
// Accepted response, as this implies that Synapse does not yet know if