Configure resources for the default messaging provider by
We can use these commands to manage JMS resources for the default messaging provider.
These commands provide an alternative to using the console or the more complex syntax of wsadmin and JACL.
- Open a wsadmin command session in local mode. For example, enter wsadmin -conntype none.
(iseries) Note: The wsadmin scripting client is run from Qshell. For more information, see Configure Qshell to run WebSphere scripts .
- Create the required resource by entering the appropriate command:
- To create an activation specification use the createSIBJMSActivationSpec command. For more information see, createSIBJMSActivationSpec command.
- To create a connection factory use the createSIBJMSConnectionFactory command. For more information see, createSIBJMSConnectionFactory command.
- To create a queue use the createSIBJMSQueue command. For more information see, createSIBJMSQueue command.
- To create a topic use the createSIBJMSTopic command. For more information see, createSIBJMSTopic command.
Related
SIBJMSAdminCommands (AdminTask)