-
Methods Method Description com.broadleafcommerce.common.messaging.environment.MessagingProperties.getClustServiceImplementation() cluster service implementation now supported byMessagingProperties.clusterServiceImplementationType
Implementation of CamelClusterService to utilizecom.broadleafcommerce.common.messaging.environment.MessagingProperties.getFileLockRootPath() Not required. UseMessagingProperties.clusterServiceImplementationType
support instead. If using FileLockClusterService, the root path to store the lock filescom.broadleafcommerce.common.messaging.environment.MessagingProperties.setClustServiceImplementation(Class<?>) cluster service implementation now supported byMessagingProperties.clusterServiceImplementationType
Implementation of CamelClusterService to utilizecom.broadleafcommerce.common.messaging.environment.MessagingProperties.setFileLockRootPath(String) Not required. UseMessagingProperties.clusterServiceImplementationType
support instead. If using FileLockClusterService, the root path to store the lock filescom.broadleafcommerce.common.messaging.notification.RetryProperties.isDeveloperMode() Development state is now handled through thebroadleaf.messaging.cluster-service-implementation-type
property. The default for that property isfile
, which is appropriate for local development.com.broadleafcommerce.common.messaging.notification.RetryProperties.setDeveloperMode(boolean) Development state is now handled through thebroadleaf.messaging.cluster-service-implementation-type
property. The default for that property isfile
, which is appropriate for local development.