An application produces messages to be processed by client applications. The application does
not know how many clients there are and the number of clients may change at any time. Any client
can process any message but a message must be processed by exactly one client. How should
the messages be sent to the clients?
A.
Using a JMS topic
B.
Using a JMS queue
C.
Using XML over HTTP
D.
Using a SOAP web service