A developer is implementing an EJB 3.0 JMS message-driven bean with bean-managed
transactions. Which two statements are true? (Choose two.)
A.
The message receipt is part of the user transaction.
B.
Messageacknowledgementis automaticallyhandledbythecontainer.
C.
Messages are always processed intheorder they were sent to the queue.
D.
Two messages read from the same queue may be processed at the same time within the same
EJB container.