JMS on Weblogic 12c Setup
For enterprise system, JMS is using as common thing. And for this tutorial we learn how to use JMS on Weblogic 12c.
To setup JMS on Weblogic, we need to setup:
- JMS Server
- JMS Module
JMS Server
JMS Server need the persistent. And for this, we will type File Store
.
File Store
Select File Store
type.
After persistent store was created, we can continue:
JMS Server also now created successfully. So next step, we need to create JMS Module.
JMS Module
Now we already create JMS Module. Next, in JMS Module we need to create:
- Connection Factory
- Queue
To create, we need to select JMS Module name as below:
Connection Factory
Queue
Both JMS Server and JMS Module were created. Our application can send the JMS to queue by using connection factory JNDI and queue JNDI in JMS module. And to see the message queue, we need to select Queue name as below:
For this tutorial, we have sent message two. And they are all in the queue now.
To see the message detail, we nee to select one of message list as below:
Hope you also get the success as us xD.