final PropertyManager propertyManager = ModulePropertyManager.getPropertyManager(ModulePropertyManager.CORE_MODULE) ;
if (propertyManager != null)
{
if (redeliverDlsServiceOn == null)
{
propertyManager.removeProperty(Environment.REDELIVER_DLS_SERVICE_ON) ;
}
else
{
propertyManager.setProperty(Environment.REDELIVER_DLS_SERVICE_ON, redeliverDlsServiceOn) ;
}