UM - WMS Triggers.

When we use the webMethods Trigger or even JMS trigger Where does the Trigger information stored? Is it stored in Database? in which table?

In a clustered environment with 5 Is Nodes running, How can the IS know which Integration Server Instance trigger should be invoked? Does it use the Database just like how the scheduler information is stored?

Hi Sam,

all 5 Triggers are working in parallel mode as long as the trigger is not set to serial.

This information is not stored in the database.

Each IS pulls as many documents as configured for document retrieval in concurrent mode.
Even concurrent mode with 1 thread will result in 5 parallel executions (one on each IS).

Regards,
Holger