Oracle
1Z0-895 · Question #70
1Z0-895 Question #70: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-895 to reveal the answer and full explanation for question #70. The question stem and answer options stay visible for context.
Question
MyMsg is a JMS message-driven bean with container-managed transaction demarcation. FooBean is an EJB 3.x stateless session bean that sends message to the JMS destination with MyMsgBean is associated. MyMsgBean's message listener method has transaction attribute REQUIRED, and is defined as follows: 10. public class MyMsgBean implements javax.jms.messageListener { 11. public void onMessage(javax.jms.Message message) { 12. / / do some work not shown here 13. thrown new RuntimeException("unexpected error . . . "); 14. } Which statement is true about the result of message processing?
Options
- AFooBean receives javax.ejb.EJBException.
- BThe container discards the MyMsgBean bean instance.
- CFooBean receives the original RuntimeException thrown from the message listener method.
- DThe container does NOT roll back the transaction, and FooBean can continue the transaction.
Unlock 1Z0-895 to see the answer
You've previewed enough free 1Z0-895 questions. Unlock 1Z0-895 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.