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?
A.
The transaction context of the client is propagated to the bean.
B.
If the bean instance crashes the client will need to resend all pending requests.
C.
The client can call the bean method annotated with @Remove to remove the message-driven
bean instance.
D.
Requests sent by the client while the EJB server is down are processed by the bean after
restarting the server.