Indentify two attributes of a JMS server.
A.
Target
B.
Persistent Store
C.
Destination
D.
Connection Factory
E.
Store and Forward
Explanation:
A: Target
The target that this JMSServer is deployed to.
See step 5) in the Note below.
B: Persistent Store
The file or database in which this JMS server stores persistent messages. If unspecified, the JMS
server uses the default persistent store that is configured on each targeted WebLogic Server
instance.
Note: See step 4) below.
To create a JMS server:
Note: Once you create a JMS server, you cannot rename it. Instead, you must delete it and createanother one that uses the new name.
Incorrect answer:
C: There is no such JMS Server destination attribute.
Reference: OTN Home > Oracle WebLogic Server 10.3.5.0 Documentation > Administration
Console Online Help > JMS Servers
A,B