/** {@inheritDoc} */
public synchronized void stop(StopContext context) {
final JMSServerManager jmsManager = jmsServer.getValue();
try {
jmsManager.destroyTopic(name);
} catch (Exception e) {
Logger.getLogger("org.jboss.messaging").warnf(e ,"failed to destroy jms topic: %s", name);
}
// FIXME This shouldn't be here
for(final String jndiBinding : jndi) {