The JMS Bridge Extension Swiftlet registers jobs in job group "JMS Bridge" 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.
The Server Bridge job activates server 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 Server Bridge job is quite simple. It sets the "enabled" attribute to "true" on job start and to "false" on job stop. Therefore, a server bridge which should run as a job should be disabled initially.
| Parameter | Mandatory | Description |
|---|---|---|
| Bridge Name | Yes | Name of the server bridge. |