Creating Queues

After creating Queue Connection Factory, there are two queues that need to be created.

  • Request Queue
  • ReplyToQueue
  1. Navigate to Resources -> JMS -> Queues.
  1. On the Queues screen, select the Server that was used in the creation of the Queue Connection Factory.

Creating Queues

  1. Click New. A separate screen is displayed.
  1. Select Default Messaging Provider and click OK.
  1. On the Configuration Screen, enter the details of the queue.

Queue Details

  • 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.

  1. Click Apply.
  1. Save the changes.
  1. Repeat the same steps for creating a jms/ReplyToQueue, with the values:

JMS Reply To Queue Details

  • 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.

  1. Click Apply.
  1. Save the changes.
  1. After successfully creating the Request Queue and the Reply to Queue, the Queues list will be listed.

Queues Completed