Thursday, August 6, 2015

How to Create / Configure / Maintain JMS Server & Module in Weblogic 11g / 12c

In this post here i have tried to put across step by step process to create JMS Server , JMS Module etc to complete required full configuration for Weblogic JMS server for 12c. Steps will remain same for weblogic 11g as well.


  • Login to Weblogic console and go to Domain Structure -> Services -> Messaging
  • Select JMS Server
  • Create a new JMS Server page will open, enter below details
  • Click Next
  • On the next screen select Target. It should be the server where you want to create this JMS Server.
  • Click Finish 
  • Now we have JMS Server and we need to add JMS Module 
  • Go to Domain Structure -> Services -> Messaging -> Select JMS Module
  • Click on New button to create new JMS Module
  • Enter required information in create new JMS page
    • Name : UserJMSModule
    • Descriptor : UserJMSModule
    • Location in Domain : leave it blank to create it at default location and click Next
  •  On the next page select appropriate target server where you want to deploy this JMS Module and select Next
  • In the next window leave the check box "Would you like to add resources to this JMS system module?" unchecked and click finish
  • Message should be displayed as "The JMS module was created successfully". 
  • Under settings for UserJMSModule go to subdeployment tab and click New
  • Provide the name of subdeployment as "UserSubDeployment" and click next
  • Select the previously created "UserJMSServer" and click on finish and message should be displayed as "Subdeployment created successfully"
  • Click on Activate the changes to make the changes available for use in the domain.









Wednesday, August 5, 2015

How to Create Persistent Store in Weblogic 12c / 11g - Oracle fusion Middleware

Persistent store is used to store messages. Persistent store can be of type File or it can be of type Database. So basically this will decide where your message are going to store within persistent store.

  1. Here are steps to create persistent store.
  2. Go to weblogic console and login 
  3. Go to Domain Structure ->Services -> Persistent Stores
  4. It will display summary of Persistent Stores.
  5. Click on New and select "Create JDBC Store"
  6. Create new JDBC Store page will be displayed Enter below information
    1. Name : Provide the name of Persistent Store
    2. Target : specify the server to which it should be targeted.
    3. Data Source : Name of data source
    4. Prefix is optional.
  7. Click on OK  
  8. Activate the changes
Similar process should be followed for File based Persistent store but there will not Data source as no database is involved there.