Administered object config

Preview:

DESCRIPTION

Detailed steps to configure JMS Queue/Topic in Weblogic application server

Citation preview

JMS - Administered objects creation in Weblogic application server

• JMS Server• JMS Module• Connection Factory• Queue

JMS Server

• Click “New” button on “JMS Servers” table• Enter “TestJmsServer” on the “Name” field• Click “Finish”

JMS Server

JMS ConnectionFactory

JMS Queue/Topic

Follow the same steps as “Connection Factory” creation except select the type “Queue” instead of “Connection Factory” and Queue name as “TestJmsQueue”.

Same applies to Topic also

That’s all , Now we can start coding JMS client(s)

Recommended