Configure a queue for the default messaging provider
Use this task to configure a JMS queue for point-to-point messaging with the default messaging provider.
This task configures a JMS queue to use a queue destination on a service integration bus. The queue destination is the virtual location on the bus where messages are stored and processed for the JMS queue. If we have not created the required destination, use the task described in Configure a destination for JMS queues.
To configure a JMS queue for the default messaging provider, use the console to complete the following steps.
- Display the default messaging provider. In the navigation pane, click Resources -> JMS -> JMS providers.
- Select the default provider for which to configure a queue.
- Optional: Change the Scope check box to set the level at which the JMS queue is to be visible, according to your needs.
- In the content pane, under the Additional properties heading, click Queues. This displays any existing JMS queues for the default messaging provider in the content pane.
- Display the properties of the JMS queue. To display an existing JMS queue, click one of the names listed.
Alternatively, to create a new JMS queue, click New, then specify the following required properties:
- Name
- Type the name by which the queue is known for administrative purposes.
- JNDI name
- Type the JNDI name used to bind the queue into the namespace.
- Queue name
- Select the name of the queue on a service integration bus that this JMS queue is to use.
- Specify properties for the JMS queue, according to the needs.
- Click OK.
- Save the changes to the master configuration.
Related concepts
Restricting reply messages to the queue point that is local to the requesting application Configure the requester to consume messages from all queue points simultaneously JMS queue resources and service integration
Related tasks
Create a queue for point-to-point messaging Configure JMS resources for point-to-point messaging Configure a unified connection factory for the default messaging provider Configure a queue connection factory for the default messaging provider
Related information:
Default messaging provider queue [Settings]