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 {
fp.error("Disconnection error!");
connectionInfo.getModel().setObject(
ConnectionConfigurationStatus.enabled.toString());
}
} else {
fp.info("Connecting...");