WebLogic Support for JMS
WebLogic Server complies with the JMS 1.0.2b version of the J2EE 1.3 specifications.
WebLogic JMS Architecture
The WebLogic JMS architecture has the structure illustrated in Figure 15.5, and described here:
Message producers and message consumers— A message sender is called a message producer. A message receiver, on the other hand, is called a message consumer. These two entities are represented by the classes MessageProducer and MessageConsumer, respectively. These objects are associated with a destination, that is, a queue or a topic.
Session— A Session object creates the MessageProducer and MessageConsumer objects. This Session object defines an order in which the messages are to be produced and consumed. A single session ...
Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.