While reading and writing file and specially while supporting multiple characters set it is important to know what file encoding is used in order to read the data correctly. SOA Suite Adapter for reading file re
Monday, February 2, 2026
How to create JMS Queue / Topic in Weblogic 12c / 11g
In this post I have tried to listed down all required steps to create JMS Queue which can be utilized for reliably transfer the data between two systems. Here is the steps by step process on how to create a JMS Queue in Weblogic 12c / 11g.
In order to complete below steps you must have created your JMS Server and JMSModule. If this is not done please go through the previous post on How to create JMS Server and JMS Module to complete the require steps.
- Go to weblogic console and login to the domain
- Go to domain Structure ->Services -> Messaging ->JMS Module
- It will show you the list of all available module on the right pane of the window. Select "UserJMSModule" from the JMS Modules table.
- This will land up in "Configuration" tab under "UserJMSModule"
- Click New in Summary of resource table and select Queue and click next
- Enter the name of the queue as UserQ and JNDI name as eis/UserQ. and leave the template as none. This can be any values you want. Click on Next
- Now Select the subDeployment as "UserSubDeployment" which we created in previous steps.and click on finish
- You should be getting a Message JMS Queue is created successfully.
Now you are ready to use this queue for storing the messages.
Subscribe to:
Comments (Atom)
