1Z0-599 · Question #25
Which technology does WebLogic Server use to look up a WebLogic JMS resource?
The correct answer is C. JNDI. Using JNDI, a JMS client can obtain access to a JMS provider by first looking up a ConnectionFactory. The ConnectionFactory is used to create JMS connections, which can then be used for sending and receiving messages. Destination objects, which represent virtual channels…
Question
Which technology does WebLogic Server use to look up a WebLogic JMS resource?
Options
- AHTTP
- BJNI
- CJNDI
- DT3
- ELDAP
How the community answered
(62 responses)- B2% (1)
- C94% (58)
- D2% (1)
- E3% (2)
Explanation
Using JNDI, a JMS client can obtain access to a JMS provider by first looking up a ConnectionFactory. The ConnectionFactory is used to create JMS connections, which can then be used for sending and receiving messages. Destination objects, which represent virtual channels (topics and queues) in JMS, are also obtained via JNDI and are used by the JMS client. The directory service can be configured by the system administrator to provide JMS administered objects so that the JMS clients don't need to use proprietary code to access a JMS provider. * The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications based on Java technology with a unified interface to multiple naming and directory
Topics
Community Discussion
No community discussion yet for this question.