Oracle SOA Suite 12c Essentials — Question 3
Which two statements are true about the defined Oracle JMS Adapter outbound connection?
Answer options
- A. It supports connections to JMS distributed queues.
- B. It uses default credentials when connecting to the remote JMS provider.
- C. It supports zero message loss via distributed transactions.
- D. It requires the JMS consumer to explicitly commit transactions.
Correct answer: A, D
Explanation
Option A is correct because the Oracle JMS Adapter indeed supports connections to JMS distributed queues. Option D is also correct as it requires the JMS consumer to explicitly commit transactions. Options B and C are incorrect because the adapter does not use default credentials for connections, and it does not guarantee zero message loss without specific configurations for distributed transactions.