9.8.6 Creating a queue destination
Queue destinations are destinations that you can configure for point-to-point messaging.
1. Select Service integration | Buses.
2. Select the bus on which you want to create a queue.
3. Select Destinations in the Destination resources section.
Figure 9-47 Default destinations
The Destinations window shows two destinations that are created automatically for you. The Default.Topic.Space is a default topic space that can be used for publish/subscribe messaging. It can be deleted. The _SYSTEM.Exception.Destination is a built-in queue that cannot be deleted.
4. Click New.
Figure 9-48 Options when creating a new destination
Select Queue from the radio button list and click Next.
5. Provide an identifier and optional description for the queue.
Figure 9-49 Provide an identifier for your destination
If your application uses the JMS interface, it is not sufficient to create a destination on the bus. A JMS destination referencing the bus destination must also be created. The identifier value specified here must match the Queue name property of the JMS queue definition (see JMS queue configuration).
Click Next.
6. Select a bus member for the queue point for this queue from the list for the queue. Click Next.
Figure 9-50 Select a bus member for the queue
7. Click Next and Finish and then save your changes.