Which statement about message-driven beans is correct?
A.
Each message-driven bean instancewill beinvoked onlyone thread ata time.
B.
When dispatching messages to message bean instances the container must preserve the order
in which messages arrive.
C.
If a message-driven bean is associated with a JMS queue, each bean instance in the pool will
receive each message sent to the queue.
D.
If a message-driven bean is associated with a JMS durable subscription, each bean instance in
the pool will receive each message sent to the durable subscription.