You need to define a JMS Queue Connection Factory, a Queue, a
Topic Connection Factory and a Topic for ALBPM applications.
-
Login to WebSphere's Administration Console. By default,
it runs on http://host:9060/ibm/console.
- Create a Queue Connection Factory:
-
Go to .
Note: You must select a WebSphere configuration scope for your new resources.
You may select cell scope. Refer to WebSphere's official documentation for
more details about its configuration scoping rules.
-
Press New. Select
Default messaging provider and
press OK.
-
Review the configuration properties for this Connection Factory.
Make sure you set the following properties:
| Option |
Value |
| Name |
ALBPM QCF |
| JNDI Name |
XAConnectionFactory |
| Bus name |
Select the name of the JMS Bus you created
(see Creating
WebSphere JMS Bus). Example:
ALBPM Bus
|
-
Press OK when finished setting the configuration properties.
-
Create a Topic Connection Factory
-
Go to .
Note: You must select a WebSphere configuration scope for your new resources.
You may select cell scope. Refer to WebSphere's official documentation for
more details about its configuration scoping rules.
-
Press New. Select
Default messaging provider and
press OK.
-
Review the configuration properties for this Connection Factory.
Make sure you set the following properties:
| Option |
Value |
| Name |
ALBPM TCF |
| JNDI Name |
XATopicConnectionFactory |
| Bus name |
Select the name of the JMS Bus you created
(see Creating
WebSphere JMS Bus). Example:
ALBPM Bus
|
-
Press OK when finished setting the configuration properties.
-
Create a Queue
-
Go to .
Note: You must select a WebSphere configuration scope for your new resources.
You may select cell scope. Refer to WebSphere's official documentation for
more details about its configuration scoping rules.
-
Press New. Select
Default messaging provider and
press OK.
-
Review the configuration properties for this Queue.
Make sure you set the following properties:
| Option |
Value |
| Name |
ALBPM Engine Queue |
| JNDI Name |
queue/ToDoQueue |
| Bus name |
Select the name of the JMS Bus you created
(see Creating
WebSphere JMS Bus). Example:
ALBPM Bus
|
| Queue name |
Select the name of your Queue Destination (see
Creating
WebSphere JMS Bus). Example:
ALBPMEngineQueue
|
| Delivery Mode |
Nonpersistent |
-
Press OK when finished setting the configuration properties.
-
Create a Topic
-
Go to .
Note: You must select a WebSphere configuration scope for your new resources.
You may select cell scope. Refer to WebSphere's official documentation for
more details about its configuration scoping rules.
-
Press New. Select
Default messaging provider and
press OK.
-
Review the configuration properties for this Topic.
Make sure you set the following properties:
| Option |
Value |
| Name |
ALBPM Topic |
| JNDI Name |
topic/EngineNews |
| Bus name |
Select the name of the JMS Bus you created
(see Creating
WebSphere JMS Bus). Example:
ALBPM Bus
|
| Topic space |
Select the name of your Topic space (see
Creating
WebSphere JMS Bus). Example:
ALBPMTopic
|
-
Press OK when finished setting the configuration properties.
-
Create a JMS Activation specification
-
Go to .
Note: You must select a WebSphere configuration scope for your new resources.
You may select cell scope. Refer to WebSphere's official documentation for
more details about its configuration scoping rules.
-
Press New. Select
Default messaging provider and
press OK.
-
Review the configuration properties for this Activation Spec.
Make sure you set the following properties:
| Option |
Value |
| Name |
ALBPM Activation |
| JNDI Name |
EngineActiveSpec |
| Destination type |
Queue |
| Destination JNDI name |
queue/ToDoQueue |
| Bus name |
Select the name of the JMS Bus you created
(see Creating
WebSphere JMS Bus). Example:
ALBPM Bus
|
-
Press OK when finished setting the configuration properties.
-
Click on Save to persist your WebSphere configuration changes.