Which two are true about the Java EE 5 client-view of a message-driven bean? (Choose two.)
A.
Referencestomessage destinations can be injected.
B.
Asof EJB3.0, referencestomessage destinations cannot be looked upin theclient’s JNDI
namespace.
C.
Clients of a message destination need to know that the destination is listened to byapool of
message consumers.
D.
Clients of a message destination do NOT needto knowthat the destination is listened to by a
message-driven bean.