Identify three components of the WebLogic JMS architecture.
A.
JMS Server
B.
JMS Module
C.
Node Manager
D.
Queue Manager
E.
Persistent Store
Explanation:
The major components of the WebLogic JMS Server architecture, as illustrated in
the figure below.
* (A) JMS servers that can host a defined set of modules and any associated persistent storage
that reside on a WebLogic Server instance.
* (B) JMS modules contains configuration resources (such as queues, topics, and connections
factories) and are defined by XML documents that conform to the weblogic-jmsmd.xsd schema.
* Client JMS applications that either produce messages to destinations or consume messages
from destinations.
* JNDI (Java Naming and Directory Interface), which provides a resource lookup facility. JMS
resources such as connection factories and destinations are configured with a JNDI name. The
runtime implementations of these resources are then bound into JNDI using the given names.
* (E) WebLogic persistent storage (file store or JDBC-accessible) for storing persistent message
data.
The following figure illustrates the WebLogic JMS architecture.Reference: Understanding WebLogic JMS
ABE
ABE