1.6 EMS Process with Scheduling Architecture
This topic provides information on EMS Process with Scheduling Architecture.
EMS Process
Incoming EMS Process
A job is scheduled to poll the incoming folder on timely basis. Once a message is received in the folder, the job picks the message and sends it to an internal JMS queue. An MDB listening on the queue will read the message and identifies the media and processes the message.
Outgoing EMS Process
A job is scheduled to poll the outgoing messages that are generated but not handed off. Each messages polled will be sent to an internal JMS queue.
A MDB, acting upon the internal JMS queue will pick the message from queue and sends the message to appropriate destination (Folder, or e-mail, or JMS queue).
Parent topic: Job Scheduling