You need to provide a JMS service to Oracle BPM applications. This procedure shows
you how to configure WebSphere Application Server's Embedded JMS service. Other external JMS
providers may be used. Check the Installation Guide for compatibility information.
WebSphere Application server defines the concept of a Bus to manage JMS
resources. Before creating Queues and Topics, you must create a Bus.
-
Login to WebSphere's Administration Console. By default, it runs on http://host:9060/ibm/console.
-
Create a new Bus
-
Go to press New to add a new Bus.
-
Enter a name for this Bus. Example: Oracle BPM
Bus.
-
Press Next again, and Finish.
-
Add members (servers/clusters) to your newly created Bus.
Click on your Bus and then on Bus members, located in
the Topology section.
For each server you want to add as a member:
-
Press Add and select the server/cluster to add
as member.
Note: If you are configuring a single-node environment, you must select the server as a member.
If you are configuring a clustered environment, you must the target cluster.
-
Press Next and select the type of message store
you want. You may use the default.
-
Press Next and review the message store
properties. You may use the default values.
-
Press Next again, and Finish after reviewing all selected options.
-
Create a Queue Destination in your Bus:
-
Go back to , and click on your newly
created Bus.
-
Click on Destinations located in the Destination Resources section on the right.
-
Press New and select Queue for
the destination type.
-
Enter BPMEngineQueue as the Identifier.
-
Press Next and select the bus member which will
serve this Queue destination.
Note: If you are configuring a single-node environment, you must select the server as a member.
If you are configuring a clustered environment, you must the target cluster name or identifier.
-
Press Next again, and Finish
.
-
Create a Topic Space in your Bus:
-
Go back to , and click on your newly
created Bus.
-
Click on Destinations located in the Destination Resources section on the right.
-
Press New and select Topic
space for the destination type.
-
Enter BPMTopic as the Identifier.
Note: If you are configuring a single-node environment, you must select the server as a member.
If you are configuring a clustered environment, you must the target cluster.
-
Press Next and Finish
.
-
Click on Save to persist your WebSphere configuration
changes.