ExamQuestions.com

Register
Login
Java EE 7 Application Developer Exam Questions

Oracle

Java EE 7 Application Developer

21 / 72

Question 21:

Given the code fragment: 
image
How are transactions managed? 

Answer options:

A. through a single shared transaction across the connection factory
B. through a separate transaction per JMS Consumer
C. through a single transaction for the entire JMS Topic
D. through a single shared transaction in the JMS Context