Creating an IBM MQ object and a JMS object simultaneously
When you create a new IBM® MQ object, you can optionally create a corresponding JMS object of the same type.
Before you begin
- You must have an IBM MQ queue manager. If one does not exist, you can create one as described in: Creating and configuring queue managers and objects
- You must have a JMS initial context. If one does not exist, you can create one as described in: Add the initial context that will contain the JMS topic
- You must be connected to the JMS initial context as described in: Connect to the initial context
About this task
Creating an IBM MQ queue and then creating a JMS queue simultaneously
About this task
To create a new IBM MQ queue and JMS queue simultaneously in IBM MQ Explorer, complete the following steps:
Procedure
- Select the queue manager you want to add a new IBM MQ queue to in the Navigator view, and right-click on its Queues queue manager object folder.
- Click New Local Queue wizard. to open the
- Type a name for your queue, then select Start wizard to create a matching JMS Queue. Continue through the wizard to create your queue.
Results
Creating an IBM MQ topic and then creating a JMS topic simultaneously
About this task
To create a new IBM MQ topic and JMS topic simultaneously in IBM MQ Explorer:
Procedure
- Select the queue manager you want to add a new IBM MQ topic to in the Navigator view, and right-click on its Topics queue manager object folder.
- Click New Topic wizard. to open the
- Type a name for your topic, then select Start wizard to create a matching JMS topic. Continue through the wizard to create your topic.