Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Process of Configuring the IBM WebSphere Application Server for the Command Center Application >

Configuring the JMS Resources for the Command Center on IBM WebSphere


You must configure the following JMS resources for the Command Center application on IBM WebSphere:

  • Bus
  • Bus member
  • Bus destination for loggerServiceBus
  • Connection factory
  • Queue
  • Activation specifications

This task is a step in Process of Configuring the IBM WebSphere Application Server for the Command Center Application.

To configure the bus

  1. Select Service integration, then Buses.
  2. Under Buses, click New.
  3. Create one bus, as shown in the following table. Enable security for the loggerService Bus.
    Bus Name
    Description

    loggerServiceBus

    Logging

  4. Click Next, then click Finish to confirm that you want to create this new bus.

After configuring the buses you must configure a bus members.

To configure the bus member

  1. Click on the loggerServiceBus.
  2. On the Configuration screen, click Bus Members (under Topology).
  3. Click Add to create a new Bus member.
  4. Leave the default server value, then click Next.
  5. Select File store as the message store, then click Next.
  6. Set the message store properties. Leave the default values, and click Next unless you want to specify a parameter store directory path. Click Finish, then click Save.

After configuring the bus members, you must configure the security for loggerServiceBus.

To configure security for loggerServiceBus

  1. Click on loggerServiceBus.
  2. On the Configuration screen, click Security (Additional Properties).
  3. Click Users, and Groups in the bus connector role (Additional Properties).
  4. Click New, select All Authenticated as the Bus Connector Role, and then click OK.
  5. Click Save.

After configuring the security, you must configure the bus destination for loggerServiceBus.

To configure the bus destination for loggerServiceBus

  1. Select Service integration, Buses, loggerServiceBus.
  2. Click Destinations (under Destination resources).
  3. Click New, select Queue as the destination type, and then click Next. Enter loggerQueue as the identifier, then click Next. Leave the default bus member value, click Next, click Finish, and then click Save.

After configuring bus destinations for loggerServiceBus, you must configure the connection factory.

To configure the connection factory

  1. Select Resources, JMS, Queue Connection Factory.
  2. Select Node=CC_node.Server=server1, then click New.
  3. Select Default messaging provider, then click OK.
  4. You must configure a connection factory as shown in the following table. Specify the name of the connection factory, and the corresponding JNDI and bus names.
    Connection Factory Name
    JNDI Name
    Bus Name

    LoggerConnectionFactory

    edx/lcf

    loggerServiceBus

  5. Specify the provider endpoints using the following format:

    Host_Name:Port_Number:BootstrapBasicMessaging

    where:

    • Host_Name is the Command Center profile host name you defined.
    • Port_Number (SIB_ENDPOINT_ADDRESS) of the Command Center profile, such as 7278.
    • BootstrapBasicMessaging is the messaging name.
  6. Click Apply, then click Save.

After configuring the connection factories, you must configure the queue.

To configure the queue

  1. Select Resource, JMS, Queues.
  2. Select Node=CC_node.Server=server1 as the scope.
  3. Click New. Select Default messaging provider, and click OK.
  4. You must configure an event handler queue as shown in the following table. Enter the name of the queue, the corresponding JNDI, bus, and queue name.
    Name
    JNDI Name
    Bus Name
    Queue Name

    loggerQueue

    edx/queue/logger

    loggerServiceBus

    loggerQueue

  5. Click Apply, then click Save.

After configuring the queues, you must configure three activation specifications, one for each queue.

To configure the activation specifications

  1. Select Resources, JMS, Activation Specifications.
  2. Select Node=CC_node.Server=server1 as the scope.
  3. Click New. Select Default messaging provider, and click OK.
  4. You must configure a queue activation specification as shown in the following table. Enter the name of the queue activation, corresponding JNDI, destination JNDI, and bus name.
    Activation Name
    JNDI Name
    Destination JNDI Name
    Bus Name

    LoggerActivation

    jms/Logger

    edx/queue/logger

    loggerServiceBus

  5. Click OK, and click Save.
Installation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.