Creating the Java Messaging Service bus destination for the listener inbound queue

You need to add a logical address for the listener inbound bus destination queue, lsnrqin, within the Java™ Messaging Service (JMS) bus.

Procedure

  1. From the administrative console, click Service Integration, and then click Buses.
  2. In the Buses window, click lsnrjmsbus.
  3. In the Destination resources section of the lsnrjmsbus window, click Destinations.
  4. In the Destinations window, click New.
  5. In the Create new destination window, verify that the destination type is queue, and click Next.
  6. In the Create new queue window, enter lsnrqin in the Identifier field and Listener Queue Inbound in the Description field, then click Next.
  7. In the Create a new queue for point-to-point messaging window, select Node=ctgNode01:Server=MAXIMOSERVER as the bus member to store and process messages for the lsnrqin bus destination queue and then click Next.
  8. In the Confirm queue creation window, click Finish to complete the creation of the lsnrqin bus destination queue.
  9. Select Buses > lsnrjmsbus > Destinations > lsnrqin.
  10. In the Configuration window, perform the following steps:
    1. Change the Maximum failed deliveries value to 1.

      This value is the maximum number of times that you want the system to process a failed messaging attempt before forwarding the message to the exception destination.

    2. Click None as the exception destination value.
  11. Click Apply, then click Save.
  12. Select Synchronize changes with Nodes and click Save.

What to do next

After you add JMS bus destinations for inbound queues for e-mail listeners, you can create the JMS connection factory.


Feedback