Network Deployment (Distributed operating systems), v8.0 > Scripting the application serving environment (wsadmin) > Welcome to scripting for Messaging resources > Configure messaging with wsadmin scripting
Configure resources for WebSphere MQ messaging provider
We can use these commands to manage JMS resources for the WebSphere 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 admin console or the more complex syntax of wsadmin and JACL.
Procedure
- Open a wsadmin command session in local mode. For example, enter: wsadmin -conntype none.
- 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.