Card 4 / 24: What are the components of a JMS messaging application?
A)
a Queue
B)
a Message Producer
C)
a WebService end point
D)
a Message Convertor
E)
a Connection
Answer:
A) a Queue
B) a Message Producer
E) a Connection
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
1. Destination (Queue or Topic)
2. ConnectionFactory (QueueConnectionFactory or TopicConnectionFactory)
3. Connection (QueueConnection or TopicConnection)
4. Session (QueueSession or TopicSession)
5. Message Producer
6. Message Consumer
|