/** {@inheritDoc} */
public synchronized void stop(StopContext context) {
final JMSServerManager jmsManager = jmsServer.getValue();
try {
jmsManager.destroyConnectionFactory(name);
} catch (Exception e) {
Logger.getLogger("org.jboss.messaging").warnf(e ,"failed to destroy connection-factory: %s", name);
}
}