Oracle
1Z0-860 · Question #197
A developer is writing client code for an EJB 3.0 message-driven bean that is listening on a JMS queue. Which statement is true?
The correct answer is D. Requests sent by the client while the EJB server is down are processed by the bean after restarting the. See the full explanation below for the reasoning.
Question
A developer is writing client code for an EJB 3.0 message-driven bean that is listening on a JMS queue. Which statement is true?
Options
- AThe transaction context of the client is propagated to the bean.
- BIf the bean instance crashes the client will need to resend all pending requests.
- CThe client can call the bean method annotated with @Remove to remove the message-driven bean
- DRequests sent by the client while the EJB server is down are processed by the bean after restarting the
How the community answered
(41 responses)- A7% (3)
- B12% (5)
- C2% (1)
- D78% (32)
Community Discussion
No community discussion yet for this question.