Creating queues for Java Message Service

You configure queues based on the queue destinations, which are used to send and receive messages to queues. A queue bus destination defines the bus name and queue name for the queue. You create one queue for each destination based on the default Java™ Message Service (JMS) provider.

Procedure

  1. For the outbound sequential queue, create the queue for the user interface bus member with the following values:
    Option Description
    Name sqoutui
    Bus name uijmsbus
    JNDI name jms/maximo/int/queues/sqout
    Queue name sqoutuibd
  2. Optional: If you created a cron task bus, then for the outbound sequential queue, create the queue for the cron task bus member with the following values:
    Option Description
    Name sqoutcron
    Bus name cronjmsbus
    JNDI name ms/maximo/int/queues/sqout
    Queue name sqoutcronbd
  3. For the outbound sequential queue, create the queue for the integration framework bus member with the following values:
    Option Description
    Name sqoutmif
    Bus name mifjmsbus
    JNDI name jms/maximo/int/queues/sqout
    Queue name sqoutmifbd
  4. For the inbound sequential queue, create the queue for the integration framework bus member with the following values:
    Option Description
    Name sqinmif
    Bus name mifjmsbus
    JNDI name jms/maximo/int/queues/sqin
    Queue name sqinmifbd
  5. For the continuous queue inbound, create the queue for the integration framework bus member with the following values:
    Option Description
    Name cqinmif
    Bus name mifjmsbus
    JNDI name jms/maximo/int/queues/cqin
    Queue name cqinmifbd
  6. For the inbound continuous error queue, create the queue for the integration framework bus member with the following values:
    Option Description
    Name cqinerrmif
    Bus name mifjmsbus
    JNDI name jms/maximo/int/queues/cqinerr
    Queue name cqinerrmifbd


Feedback