Before you begin
You must have already created the queues for the business process container.Why and when to perform this task
It is recommended that you configure the resources using the script provided. If you must create the resources manually, this topic describes how to do it using the administrative console:Steps for this task
Field | Example value |
Name | BPECF |
JNDI Name | jms/BPECF |
Queue Manager | WAS_nodename_servername |
Field | Example value |
Name | BPECFC |
JNDI Name | jms/BPECFC |
Queue Manager | WAS_nodename_servername |
Field | Example value |
Name | BPEApiQueue |
JNDI Name | jms/BPEApiQueue |
Specified Priority | 3 |
Specified Expiry | 3 |
Base Queue Name | BPEApiQueue |
Field | Example value |
Name | BPEIntQueue |
JNDI Name | jms/BPEIntQueue |
Specified Priority | 3 |
Specified Expiry | 3 |
Base Queue Name | BPEIntQueue |
Field | Example value |
Name | BPEHldQueue |
JNDI Name | jms/BPEHldQueue |
Specified Priority | 3 |
Specified Expiry | 3 |
Base Queue Name | BPEHldQueue |
Field | Example value |
Name | BPERetQueue |
JNDI Name | jms/BPERetQueue |
Specified Priority | 3 |
Specified Expiry | 3 |
Base Queue Name | BPERetQueue |
Field | Example value |
Name | BPEApiListenerPort |
Description | Process choreographer API |
Connection Factory JNDI Name | jms/BPECF |
Destination JNDI Name | jms/BPEApiQueue |
Max Sessions | 5 |
Max Retries | 10 |
Max Messages | 1 |
Field | Example value |
Name | BPEHoldListenerPort |
Description | Process choreographer hold |
Connection Factory JNDI Name | jms/BPECF |
Destination JNDI Name | jms/BPEHldQueue |
Max Sessions | 5 |
Max Retries | 10 |
Max Messages | 1 |
Field | Example value |
Name | BPEInternalListenerPort |
Description | Process choreographer internal |
Connection Factory JNDI Name | jms/BPECF |
Destination JNDI Name | jms/BPEIntQueue |
Max Sessions | 5 |
Max Retries | 10 |
Max Messages | 1 |
Results
The queue resources needed by the business process container have been created.What to do next
Create and configure the scheduler.