1.7 Gateway
If scheduler is included in the property file, create the following queues and connection factories in the application server.
Table 1-9 Connection Factories
QCF Label | QCF |
---|---|
MDB QCF | MDBQCF |
All these must be XA enabled.
Table 1-10 Queues
QUEUE Label | QUEUE |
---|---|
MDB Request Queue | MDB_QUEUE |
MDB Response Queue | MDB_QUEUE_RESPONSE |
MDB DL Queue | MDB_QUEUE_DLQ |
Table 1-11 Data Source
Datasource Name | Datasource Label | Type | Default Value |
---|---|---|---|
FCUBS_MSG_SCHEMA_CON_POOLNAM E | DataSource | XA for MDB and NON-XA for others. | FLEXTEST.WORL D |
FCUBS_SMS_POOL_NAME | DataSource | NON-XA | jdbc/fcjsmsDS |
Parent topic: Resources to be created on Application Server