Creating Weblogic JMS Server (Modules and other resources) using WLST

Overview In the below scripts, we first connect to the WebLogic Admin Server using connect command. Then we start editing the domain using edit and startEdit commands. Next, we will create respective JMS services i.e. Server, Modules, Connection Factory, Queues and Topics. Finally, we save and activate the changes using save and activate commands. Note: … Continue reading Creating Weblogic JMS Server (Modules and other resources) using WLST