Unit 4 - Java Message Service
Unit 4 - Java Message Service
Administration
Module 7 – Java Message Service (JMS)
Objectives
• A connection factory:
– Encapsulates connection configuration information
– Is used to create pre-configured connections
– Is stored in JNDI
– Can be targeted to servers or clusters
• WLS provides a default connection factory that is
bound in JNDI to weblogic.jms.ConnectionFactory
• When a new configuration is required, a new
connection factory can be created.
Create a Connection Factory
Connection Factory Transactions
Connection Factory Flow Control
Destination