}
DatabusClientShutdownThread shutdownThread = new DatabusClientShutdownThread(client);
Runtime.getRuntime().addShutdownHook(shutdownThread);
client.startAndBlock(); //this should automatically start the registration
}
private DbusKeyCompositeFilterConfig createServerSideFilterConfig(String filterConfFile,
Properties startupProps) throws IOException, InvalidConfigException
{