Administered object config

Post on 09-Dec-2014

276 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

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

Transcript

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)

top related