org.apache.wicket.markup.html.form.Form<?> form) {
// the container to use
final JMSContainer c = getJMSContainer();
if (c.isRunning()) {
fp.info("Disconnecting...");
if (c.disconnect()) {
fp.info("Succesfully un-registered from the destination topic");
fp.warn("You will (probably) loose next incoming events from other instances!!! (depending on how you have configured the broker)");
connectionInfo.getModel().setObject(
ConnectionConfigurationStatus.disabled.toString());
} else {