A JMS queue destination provides point-to-point messaging
by WebSphere® Application Server.
- From the Navigation menu click .
- Select Server in the Scope option, and click Apply.
- For the JMS provider, click Default
Message Provider.
- In the Additional properties section, click the Queues link.
- Click New.
- In the Configuration section, enter IRMCancelQueue into
the Name field.
- Enter recordmanager/jms/CancelQueue into
the JNDI Name field.
- Select IRMBus from the Bus name list.
- Select IRMCancelQueue from the Queue Name list.
- Select Persistent from the Delivery mode list.
- Enter 0 (indefinitely), in the Time
to live field.
- Keep the default values for the remaining properties.
- Click OK to save the new JMS queue.
- 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 |
- Keep the default values for the remaining properties.
- Click OK to save the new JMS queue.