2.6.1 Messaging Process

The Electronic Messaging Process is for both incoming and outgoing messages in Oracle Banking Trade Finance.

In 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 reads the message and identifies the media and processes the message.

In Outgoing EMS Process a job is scheduled to poll the outgoing messages that are generated but not handed off. Each messages polled is sent to an internal JMS queue. An MDB, acting upon the internal JMS queue picks the message from queue and sends the message to appropriate destination (Folder, or e-mail, or JMS queue).