Card 7 / 24: What is the role of a JMS Destination component?
A)
a client uses the destination component to specify the target of messages that it produces
B)
a client uses the destination component to specify the source of messages that it consumes.
C)
a destination component creates connections with the source clients
D)
a destination component creates connections with the destinations clients
Answer:
A) a client uses the destination component to specify the target of messages that it produces
B) a client uses the destination component to specify the source of messages that it consumes.
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
They are not responsible for creating any connections, it is the Connection Factory that is responsible of this task.
|