log.info("Setting BundleContext in PluginManager");
PluginManager.setBundleContext(ctx);
// Register service that exposes Qpid properties
qpidNotificationServiceReg = ctx.registerService(QpidNotificationService.class.getName(),
new QpidNotificationServiceImpl(), null);
}