Which statement about message-driven beans is correct?
A.
Each message-driven bean instance will be invoked by only one thread at a time.
B.
When dispatching messages to message beam 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.