High Quality JMS Messaging.

Job Scheduling

The JavaMail Bridge Extension Swiftlet registers jobs in job group "JavaMail" at the Scheduler Swiftlet:

These jobs can be scheduled via the Scheduler Swiftlet to run at specific times or in intervals, based on calenders and so on.

Outbound Bridge

The Outbound Bridge job activates an outbound bridge on job start and deactivates it on job stop. The name of the bridge must be specified as parameter. The job requires to set a maximum runtime to deactivate the bridge. Otherwise it would be active forever.

The implementation of the Outbound Bridge job is quite simple. It sets the "enabled" attribute to "true" on job start and to "false" on job stop. Therefore, an outbound bridge which should run as a job should be disabled initially.

Parameter Mandatory Description
Bridge Name Yes Name of the outbound bridge.

Inbound Bridge

The Inbound Bridge job activates an inbound bridge on job start and deactivates it on job stop. The name of the bridge must be specified as parameter. The job requires to set a maximum runtime to deactivate the bridge. Otherwise it would be active forever.

The implementation of the Inbound Bridge job is quite simple. It sets the "enabled" attribute to "true" on job start and to "false" on job stop. Therefore, an inbound bridge which should run as a job should be disabled initially.

Parameter Mandatory Description
Bridge Name Yes Name of the inbound bridge.