Applications Administration Guide > Message Broadcasting >

Configuring Message Broadcast Caching


The following task describes how to configure your applications to take advantage of message broadcast caching.

NOTE:  Message Broadcast administration is not supported on Mobile Web Clients when message broadcasting caching is on. Additions, edits, and deletions to the Message Broadcasts list should be made when connected to the server.

To configure message broadcast caching

  1. Enable message broadcast caching at the server level: For each application's object manager, set the Application Enable Message Broadcast Cache parameter to True.

    For details on configuring server component (or AOM) parameters, see Siebel System Administration Guide.

    NOTE:  The default value for the Application Message Broadcast Cache Size parameter is 100. It is unlikely that you need to increase this value. The minimum cache size is the ratio [message bar refresh rate] / [message update interval]. For example, if the message bar updates every 120 seconds and the message updates every 10 seconds, you need to set the cache size parameter to at least 12.

  2. Enable message broadcast caching for Dedicated Web Clients (if any): Add or edit the EnableMsgbroadcastCache parameter in the [Siebel] section in your application's CFG file:

    EnableMsgbroadcastCache = TRUE

  3. If you use any workflow policy that contains a workflow policy program of Type = Send Broadcast Message, then activate the Check New Broadcasted Message workflow policy, which belongs to the Siebel Messaging policy group.

    For information about activating workflow policies, see Siebel Business Process Designer Administration Guide.

    The Check New Broadcasted Message policy monitors the S_BRDCST_MSG table and invokes the Notify Broadcasted Message workflow process to broadcast any new message added to the table.

Applications Administration Guide