Configure resources for IBM MQ messaging provider
Use these commands to manage JMS resources for the IBM MQ messaging provider.
We can enter commands into a wsadmin command session to create connection factories, activation specifications, queues, and topics. These commands provide an alternative to using the administrative console or the more complex syntax of wsadmin and JACL.
Tasks
- Open a wsadmin command session in local mode. For example, enter: wsadmin -conntype none.
(iSeries) Note: (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .
- Create the required resource by entering the appropriate command:
- To create a connection factory, queue connection factory or topic connection factory use the createWMQConnectionFactory command. See createWMQConnectionFactory command.
- To create an activation specification use the createWMQActivationSpec command. See: createWMQActivationSpec command.
- To create a queue use the createWMQQueue command. See createWMQQueue command.
- To create a topic use the createWMQTopic command. See createWMQTopic command.