Configure resources for the default messaging provider
Use these commands to manage JMS resources for the default messaging provider.
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 an activation specification use the createSIBJMSActivationSpec command. See, createSIBJMSActivationSpec command.
- To create a connection factory use the createSIBJMSConnectionFactory command. See, createSIBJMSConnectionFactory command.
- To create a queue use the createSIBJMSQueue command. See, createSIBJMSQueue command.
- To create a topic use the createSIBJMSTopic command. See, createSIBJMSTopic command.
SIBJMSAdminCommands