Which two statements are correct? (Choose two.)
A.
An EJB 3.0 message-driven bean can itself be the client of another message-driven bean.
B.
The client of an EJB 3.0 message-driven bean can use the bean’s remote business interface to
communicate with the bean.
C.
Every client of an EJB 3.0 JMS message-driven bean must be a Java application that uses the
JMS API to communicate with the bean.
D.
Messages sent to JMS topics are intended for only one receiver whereas messages sent to
JMS queues are intended for multiple receivers.
E.
Ifthe client of an EJB 3.0 message-driven bean awaits a reply to its request, the client can set
the JMSReplyTo attribute to provide routing information to the bean.