1.3.3 Scheduler

If scheduler is included in the property file, create the following queues and connection factories in the application server.

In case of Remote Scheduler, create the following queues, connection factories and Datasources in the application server where scheduler EAR will be deployed.

Table 1-5 Connection Factories

QCF Label QCF
Notify Destination QCF NotifyDestQCF
Deferred QCF DefferedDestQCF
Notify QCF NOTIFY_MDB_QCF
Incoming QCF EmsQcf
BIP QCF BIPQCF
Sanction Check QCF SNCKREQQCF
GI Upload QCF GI_UPLOAD_QCF
All these must be XA enabled.

Table 1-6 Queues

QUEUE Label QUEUE
Notify Destination Queue Name NOTIFY_DEST_QUEUE
Deferred Queue Name DEFFERED_DEST_QUEUE
Notify Queue Name NOTIFY_QUEUE
Dead Letter Queue name NOTIFY_QUEUE_DLQ
Incoming BackupQueue name EMS_QUEUE_BACK
Incoming Dead Letter Queue name EMS_QUEUE_DLQ
Incoming Queue Name EMS_INQUEUE
Outgoing Queue Name EMS_OUTQUEUE
SFMS Incoming Queue SFMS_INQUEUE
RTGS Incoming Queue RTGS_INQUEUE
Sanction Check Request Queue SNCKREQ_QUEUE
Sanction Check Response Queue SNCKRES_QUEUE
Sanction Check Listener Queue SNCKASYNC_QUEUE
BIP Queue Name BIPREPORT_QUEUE
BIP Dead Letter Queue Name INTERNAL_BIP_QUEUE_DLQ
BIPadvice Queue Name BIPADVREPORT_QUEUE
BIPadvice Dead Letter Queue Name INTERNAL_BIP_ADVICE_QUEUE_DLQ
GI Upload Queue Name INTERNAL_GI_UPLOAD_QUEUE
GI Upload Dead Letter Queue Name INTERNAL_GI_UPLOAD_DLQ
Topic Connection Factory
  • NotifyDestTCF
Topic
  • NOTIFY_DEST_TOPIC
To configure scheduler and EMS with MQ series, follow the steps given below.
  • Create queues in MQ Series
  • Create binding file
  • Copy the MQ series JAR files to Oracle WebLogic domain library folder

    Table 1-7 Datasources

    Datasource Name Datasource Label Type Default Value
    INIT_DATASOURCE Data Source NON-XA jdbc/fcjdevDS
    SCHEDULER_DS Scheduler Datasource XA jdbc/fcjSchedulerDS
TRADE

Note:

You need to create another XA data source for Oracle Banking Trade Finance with the JNDI name ‘_XA’ for Scheduler. For example, if the Oracle Banking Trade Finance HOST Non XA data source JNDI name is ‘jdbc/fcjdevDS’, then you need to create another data source for Oracle Banking Trade Finance with the JNDI name ‘jdbc/fcjdevDS_XA’.

Table 1-8 Security Provider Libraries

File Name Download Location Instructions
bcprov-jdk(Latest Qualified Version).jar https://www.bouncycastle.org/latest_releases.html Copy the file ‘bcprov-jdk(Latest Qualified Version).jar’ to the directory ‘{WL_JAVA_HOME}/jre/lib/ext

Here, ‘WL_JAVA_HOME’ is the Java root directory from which WebLogic server is running.

Restart Oracle WebLogic server.

For details on latest version of the software qualified with Oracle Banking Trade Finance, refer to the release certificate.