Creating Queues
After creating Queue Connection Factory, there are two queues that need to be created.
- Request Queue
- ReplyToQueue
- Navigate to Resources -> JMS -> Queues.
- On the Queues screen, select the Server that was used in the creation of the Queue Connection Factory.
- Click New. A separate screen is displayed.
- Select Default Messaging Provider and click OK.
- On the Configuration Screen, enter the details of the queue.
- Name - Name for the Request Queue for example IBSS_Request_Queue
- JNDI Name - jms/RequestQueue - The exact JNDI Name should be same as entered here.
- Bus name - Select the Bus name that was used for the Queue Connection.
- Queue name - Select the destination that was created for the Queue Connection Factory.
The rest of the fields can be left to defaults.
- Click Apply.
- Save the changes.
- Repeat the same steps for creating a jms/ReplyToQueue, with the values:
- Name - Name for the Request Queue for example IBSS_ReplyToQueue
- JNDI Name - jms/ReplyToQueue - The exact JNDI Name should be same as entered here.
- Bus name - Select the Bus name that was used for the Queue Connection.
- Queue name - Select the destination that was created for the Queue Connection Factory.
The rest of the fields can be left to defaults.
- Click Apply.
- Save the changes.
- After successfully creating the Request Queue and the Reply to Queue, the Queues list will be listed.