An application sends four messages (1, 2, 3, and 4) to a JMS destination. Three consumers (A, B,
and C) consume messages from the destination. There are no delivery failures.
A receives messages 1 and 2.
B receives messages 1 and 3.
C receives messages 1 and 4.
How do consumers receive these messages?
A.
A, B, and C listen to a JMS queue with message selectors.
B.
A, B, and C listen to a JMS queue without message selectors.
C.
A, B, and C subscribe to a JMS topic with message selectors.
D.
A, B, and C subscribe to a JMS topic without message selectors.