Configuration of the Push Channel in TIBCO ActiveMatrix BPM

The WPProperties.properties file contains, among other properties, some that you can use to configure the email push channel.

See WPProperties.properties

You can specify whether the transport scheme to be used by the push email channel should be http or https.

In the WPProperties.properties file, set the property wpExtenderScheme to the scheme that is to be used. The default value is http:

wpExtenderScheme=http

Queuing and Retrying Unsent Emails

Procedure

  1. Set the property ENABLE_PUSHENGINE=1in the WPProperties.propertiesfile. This enables internal queuing of emails.
  2. Restart the WPCORE component WorkManager/implementation.presentation/implementation.wp from the Administrator interface in the BPM runtime. To do so:
    • Log into the Administrator interface in the BPM runtime.
    • Click the Applicationstab.
    • In the Namecolumn, expand the BPM application folder (by default this is called amx.bpm.app).
    • Expand the Systemfolder and click on the BPM application, which has the same name as the application folder. Information about the BPM application displays in the bottom pane.
    • On the Statustab, click Component Status.
    • Select the Component Path WorkManager/implementation.presentation/implementation.wp and click Stopand then click Start.

    The following properties allow you to set the queue size and polling time for the system when internal queuing is enabled:

    • PUSHENGINE_BATCHSIZE: Maximum number of undelivered email messages that are pulled off the queue in a batch when the PushEngine polls the queue. The default value is 100.
    • PUSHENGINE_POLLTIME: Time interval in seconds between two successive polling calls. The PushEngine wakes up after the specified polling time and takes the batch off the queue. The default value is 60 seconds.