if (HornetQResourceAdapter.trace)
{
HornetQResourceAdapter.log.trace("endpointActivation(" + endpointFactory + ", " + spec + ")");
}
HornetQActivation activation = new HornetQActivation(this, endpointFactory, (HornetQActivationSpec)spec);
activations.put(spec, activation);
activation.start();
}