if (_log.isTraceEnabled())
{
_log.trace("endpointActivation(" + endpointFactory + ", " + spec + ")");
}
QpidActivation activation = new QpidActivation(this, endpointFactory, (QpidActivationSpec)spec);
_activations.put(spec, activation);
activation.start();
}