Your company is developing batch order system that utilities JMS. Each order message that is
created will be broadcasted to and consumed by several order processing and billing applications.
As part of configuring the domain that will support this system, which type of JMS destination
resource should you create?
A.
Grid
B.
Queue
C.
Topic
D.
Batch
E.
Client
Explanation:
A JMS destination identifies a queue (point-to-point) or topic (publish/subscribe)
resource within a JMS module.
A JMS topic identifies a publish/subscribe destination type for a JMS server. Topics are used for
asynchronous peer communications. A message delivered to a topic is distributed to all
consumers that are subscribed to that topic.
Reference: Configuring Basic JMS System Resources,Queue and Topic Destination Configuration
c
C
A message delivered to a topic is distributed to all topic consumers
C