WAS v8.5 > Script the application serving environment (wsadmin) > Welcome to scripting for Messaging resources > Configure messaging with wsadmin scriptingConfigure resources for the default messaging provider using wsadmin
We can use these commands to manage JMS resources for the default messaging provider.
These commands provide an alternative to using the dmgr console or the more complex syntax of wsadmin and JACL.
- 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 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.
Reference:
SIBJMSAdminCommands command group for AdminTask