Configuring queue resources for the business process container using the JMS provider embedded in WebSphere

Why and when to perform this task

Each business process container needs message queues, a JMS provider, and a message listener service. This topic explains how to create these resources using WebSphere's embedded messaging.

Steps for this task

  1. Make sure that you have the embedded messaging option installed on your WebSphere Application Server.
  2. Change to the process choreographer directory:
    On Windows, enter:
    cd install_root\ProcessChoreographer
    On UNIX, enter:
    cd install_root/ProcessChoreographer
  3. Configure the queue resources, by running config_queue_emb.jacl with the appropriate parameters.
    On Windows, enter:
    install_root\bin\wsadmin -f config_queue_emb.jacl
        -userid <userid> -password <password> 
        [-node <nodeName>] -server <serverName>
        [-internalQueue <internalQueueName>] 
        [-apiQueue <apiQueueName>] 
        [-holdQueue <holdQueueName>]
        [-retentionQueue <retentionQueueName>]
    On UNIX, enter:
    install_root/bin/wsadmin.sh -f config_queue_emb.jacl 
        -userid <userid> -password <password> 
        [-node <nodeName>] -server <serverName>
        [-internalQueue <internalQueueName>] 
        [-apiQueue <apiQueueName>] 
        [-holdQueue <holdQueueName>]
        [-retentionQueue <retentionQueueName>]
    The default values for the optional parameters are:
    node <local node>
    internalQueueName BPEIntQueue
    apiQueueName BPEApiQueue
    holdQueueName BPEHldQueue
    retentionQueueName BPERetQueue


  4. You can check or change the configuration settings using the Administrative Console.

Results

The queue resources needed by the business process container have been created.

What to do next

Create and configure the scheduler.



Searchable topic ID:   t2coqu
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/workflow/tasks/t2coqu.html

Library | Support | Terms of Use | Feedback