Marketing Operations | umoConfiguration | Notifications
These properties specify information about notifications in IBM® Marketing Operations, including information about the event monitor.
notifyPlanBaseURL
Description
The URL for your IBM® Marketing Operations deployment, including the host name and port number. Marketing Operations includes this URL in notifications that contain links to other information in Marketing Operations.
*
Do not use "localhost" as a server name unless your mail client and IBM® Marketing Operations server are running on same server.
Default value
http://<server>:<port>/plan/affiniumplan.jsp
notifyDelegateClassName
Description
The fully qualified Java class name of the delegate implementation to be instantiated by the service. This class must implement the com.unicacorp.afc.service.IServiceImpl interface. Defaults to a local implementation if not specified.
Default value
blank
notifyIsDelegateComplete
Description
Optional Boolean string that indicates whether the delegate implementation is complete. Defaults to True if not specified.
Default value
True
Valid Values
True | False
notifyEventMonitorStartTime
Description
Specifies when the event notification monitor process begins for the first time after IBM® Marketing Operations starts. Format the value according to the short version of the java.text.DateFormat class for the current locale. For example, in US English locale, a valid string might be 11:45 pm.
Default value
Blank (Immediately after Marketing Operations is started.)
notifyEventMonitorPollPeriod
Description
Defines the approximate time, in seconds, for the event monitor to sleep between polls. Events accumulate in the event queue between polling periods; shorter polling periods process notifications sooner, but impose more system overhead. If you erase the default and leave the value blank, the poll period defaults to a short period, usually under a minute.
Default value
5 (seconds)
notifyEventMonitorRemoveSize
Description
Specifies the number of events to remove from the queue in one shot. The event monitor removes events from the event queue in the increments that are specified by this value until none are left.
*
Default value
10
alertCountRefreshPeriodInSeconds
Description
Specifies, in seconds, the system-wide alert count refresh period for the alerts count. This count displays near the top of the navigation bar after a user logs in.
*
Default value
180 (3 minutes)