{
MockCourierFactory.install() ;
MockRegistry.install() ;
timeoutEPR = new EPR(new URI("timeout")) ;
MockRegistry.register("timeout", "service", timeoutEPR, new MockCourier(true)) ;
final PropertyManager propertyManager = ModulePropertyManager.getPropertyManager(ModulePropertyManager.CORE_MODULE) ;
if (propertyManager != null)
{
redeliverDlsServiceOn = propertyManager.getProperty(Environment.REDELIVER_DLS_SERVICE_ON) ;
propertyManager.setProperty(Environment.REDELIVER_DLS_SERVICE_ON, "false") ;
}
}