1.6 Scheduler
If the scheduler is included in the property file, create the following queues and connection factories in the application server.
In the 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 |
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 |
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 |
- You need to create another XA data source for Oracle FCUBS with the JNDI name ‘_XA’ for Scheduler. For example, if the Oracle FCUBS HOST Non-XA data source JNDI name is jdbc/fcjdevDS’, then you need to create another data source for FCUBS with the JNDI name jdbc/fcjdevDS_XA.
Security Provider Libraries
If you wish to include the signing process for SFMS messages, you need to set the following library.
Table 1-8 Security Provider Libraries
File Name | Download Location | Instructions |
---|---|---|
bcprovjdk.jar (Latest Qualified Version) | https://www.bouncycastle.org/latest_releases.html |
Copy the file bcprovjdk.jar (Latest Qualified Version) to the directory Here, WL_JAVA_HOME is the Java root directory from which the WebLogic server is running. Restart Oracle WebLogic server. |
For details on the latest version of the software qualified with Oracle Banking Corporate Lending, refer to the release certificate.
Parent topic: Resources to be created on Application Server