recordMessageSizessMap.addProperty("", "true");
properties.addProperty(ConfigurationConstants.RECORD_MESSAGE_SIZES_ELEMENT, recordMessageSizessMap);
}
ConfigMap serialization = new ConfigMap();
serialization.addProperty(ConfigurationConstants.ENABLE_SMALL_MESSAGES_ELEMENT, Boolean.toString(serializationContext.enableSmallMessages));
properties.addProperty(ConfigurationConstants.SERIALIZATION_ELEMENT, serialization);
if (properties.size() > 0)
channelConfig.addProperty(ConfigurationConstants.PROPERTIES_ELEMENT, properties);