Creating connection factories for Java Message Service

Connection factories are used by the bus to create connections with Java™ Message Service (JMS) providers. Connection factories are stored in a Java Naming and Directory Interface (JNDI) namespace. You create a connection factory for each of the buses.

Before you begin

For each bus, look up the name of the message engine that was created automatically when the bus member was added to the bus. The default name format is cluster_name.nnn-bus_name. When you create connection factories, you must specify the name of the message engine in the Target field.

Procedure

  1. Create a connection factory for the uijmsbus bus, and specify the following values:
    Option Description
    Name uiconfact
    JNDI name jms/maximo/int/cf/intcf
    Bus name uijmsbus
    Target The name of the message engine, which has the default formatcluster_name.nnn-bus_name
    Target type Message Engine
    Target significance Required
  2. Increase the maximum connections for the uiconfact connection factory from 10 to 50, depending on the expected load. The maximum number of connections depends on the load of transactions that you expect the JMS queues to process. If you expect a heavy transaction load, select a high number of maximum connections.
  3. At the cell scope, create a connection factory for the mifjmsbus bus, and specify the following values:
    Option Description
    Name mifconfact
    JNDI name jms/maximo/int/cf/intcf
    Bus name mifjmsbus
    Target The name of the message engine, which has the default formatcluster_name.nnn-bus_name
    Target type Message Engine
    Target significance Required
  4. Increase the maximum connections for the mifconfact connection factory from 10 to 50, depending on the load.
  5. Optional: If you created the cronjmsbus bus, create a connection factory for the cronjmsbus bus, and specify the following values:
    Option Description
    Name cronconfact
    JNDI name jms/maximo/int/cf/intcf
    Bus name cronjmsbus
    Target The name of the message engine, which has the default formatcluster_name.nnn-bus_name
    Target type Message Engine
    Target significance Required
  6. Optional: If you created a connection factory for the cronjmsbus bus, increase the maximum connections for the cronconfact connection factory from 10 to 50, depending on the load.


Feedback