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 the default messaging provider by using wsadmin
We can use these commands to manage JMS resources for the default messaging provider.
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 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 command group