Administer JMS resources

 

Overview

A JMS provider enables asynchronous messaging based on the Java Message Service (JMS). Application components can use JMS to communicate with each other. JMS provides two messaging models:

Message-driven beans (MDBs) use JMS message listeners. These listeners are associated with a queue connection factory and a queue or with a topic connection factory and a topic, depending on the JMS messaging model that the listener uses. You must configure the message listener service before you install MDB application components.

 

See also