1.2.1 Oracle FLEXCUBE IS

This topic explains the Connection Factories, Queues, and Data Sources required for the JMS.

FCIS needs below resources before deployment. Create the following queues and connection factories in the application server.

  • JMS Connection Factories

    Table 1-1 JMS Connection Factories

    QCF Label QCF
    Notify Destination QCF NotifyDestQCF
    Deferred QCF DefferedDestQCF
    Notify QCF NOTIFY_MDB_QCF
    Incoming QCF EmsQcf
    BIP QCF BIPQCF
    GI Upload QCF GI_UPLOAD_QCF
    <Internally Referred> ELMDBQCF
    <Internally Referred> EL_NOTIFY_QCF
  • Queues

    Table 1-2 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
    BIP Queue Name INTERNAL_BIPREPORT_QUEUE
    BIP Dead Letter Queue Name INTERNAL_BIP_QUEUE_DLQ
    BIPadvice Queue Name INTERNAL_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
    <Internally Referred> ELMDB_REQ_Q
    <Internally Referred> ELMDB_RES_Q
    <Internally Referred> ELMDB_DLQ
    <Internally Referred> EL_NOTIFY_REQ_Q
    <Internally Referred> EL_NOTIFY_RES_Q
    <Internally Referred> EL_NOTIFY_DLQ
  • Datasource

    Table 1-3 Datasource

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

Note:

  • You need to create XA data source for Oracle FCIS with the JNDI name _XA for Scheduler. For example, if the Oracle FCIS HOST Non XA data source JNDI name is jdbc/fcjdevIS, then you need to create another data source for FCIS with the JNDI name jdbc/fcjdevIS_XA.
  • In addition to above mentioned data sources, for each LOB schema, data source configuration need to be created.