msgPath = PropertyPathConfig.getPath(PropertyType.MESSAGES, clusterName, "localhost_12922");
result = checkHandlers(controller.getHandlers(), msgPath);
Assert.assertTrue(result);
// clean up
controller.disconnect();
for (int i = 0; i < nodeNr; i++)
{
participants[i].syncStop();
}