1.8 ELCM
If the ELCM application has to be deployed, create the following queues and connection factories in the application server.
Table 1-12 JMS Connection Factories
| QCF Label | QCF |
|---|---|
| EL gateway Notify QCF | EL_NOTIFY_QCF |
| EL Gateway MDB QCF | ELMDBQCF |
| Notify Destination QCF | NotifyDestQCF |
| Deferred QCF | DefferedDestQCF |
| Notify QCF | NOTIFY_MDB_QCF |
| Incoming QCF | EmsQcf |
| GI Upload QCF | GI_UPLOAD_QCF |
Table 1-13 JMS Queues
| QUEUE Label | QUEUE |
|---|---|
| EL gateway Notify Request Queue Name | EL_NOTIFY_REQ_Q |
| EL gateway Notify Response Queue Name | EL_NOTIFY_RES_Q |
| EL gateway Notify DeadLetter Queue Name | EL_NOTIFY_DLQ |
| EL Gateway MDB Request Queue Name | ELMDB_REQ_Q |
| EL Gateway MDB Response Queue Name | ELMDB_RES_Q |
| EL Gateway MDB DeadLetter Queue Name | ELMDB_DLQ |
| 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 |
| GI Upload Queue Name | INTERNAL_GI_UPLOAD_QUEUE |
| GI Upload Dead Letter Queue Name | INTERNAL_GI_UPLOAD_DLQ |
For ELCM, We need to create the following data sources for JDBC resources:
Table 1-14 Data Source
| Datasource Name | Datasource Label | Type | Default Value |
|---|---|---|---|
| INIT_DATASOURCE | Data Source | NON-XA | jdbc/fcjdevDS |
| EL_INIT_DATASOURCE | Scheduler DataSource | NON-XA | jdbc/fcjSchedulerDS |
Parent topic: Resources to be created on Application Server