IBM Records Manager, Version 8.5.+          

Creating WebSphere Application Server JMS queue destinations

A JMS queue destination provides point-to-point messaging by WebSphere® Application Server.

To add JMS queues:

  1. From the Navigation menu click Resources > JMS Providers.
  2. Select Server in the Scope option, and click Apply.
  3. For the JMS provider, click Default Message Provider.
  4. In the Additional properties section, click the Queues link.
  5. Click New.
  6. In the Configuration section, enter IRMCancelQueue into the Name field.
  7. Enter recordmanager/jms/CancelQueue into the JNDI Name field.
  8. Select IRMBus from the Bus name list.
  9. Select IRMCancelQueue from the Queue Name list.
  10. Select Persistent from the Delivery mode list.
  11. Enter 0 (indefinitely), in the Time to live field.
  12. Keep the default values for the remaining properties.
  13. Click OK to save the new JMS queue.
  14. Repeat the same steps for three more new JMS queues by specifying the values shown in the following tables:
    Table 1. Values for IRMNotificationQueue
    Field, list, or section Value
    Name IRMNotificationQueue
    JNDI Name recordmanager/jms/NotificationQueue
    Queue Name IRMNotificationQueue
    Delivery mode NonPersistent
    Time to live 600000
    Table 2. Values for IRMResultQueue
    Field, list, or section Value
    Name IRMResultQueue
    JNDI Name recordmanager/jms/ResultQueue
    Queue Name IRMResultQueue
    Delivery mode Persistent
    Time to live 0
    Table 3. Values for IRMTaskQueue
    Field, list, or section Value
    Name IRMTaskQueue
    JNDI Name recordmanager/jms/TaskQueue
    Queue Name IRMTaskQueue
    Delivery mode Persistent
    Time to live 0
  15. Keep the default values for the remaining properties.
  16. Click OK to save the new JMS queue.

Feedback

Last updated: March 2009
rminst0141.htm

© Copyright IBM Corporation 2009. All Rights Reserved.