URL propertiesUrl = WOApplication.application().resourceManager().pathURLForResourceNamed(jgroupsPropertiesFile, jgroupsPropertiesFramework, null);
_channel = new JChannel(propertiesUrl);
_postLocal = ERXProperties.booleanForKeyWithDefault("er.extensions.jgroupsNotificationCenter.postLocal", false);
_channel.setOpt(Channel.LOCAL, Boolean.FALSE);
_channel.connect(_groupName);
_channel.setReceiver(new ExtendedReceiverAdapter() {
@Override
public void receive(Message message) {
try {
byte[] buffer = message.getBuffer();