Java Message Service (JMS) Question:

What is the main parts of JMS applications?

Java Message Service (JMS) Interview Question
Java Message Service (JMS) Interview Question

Answer:

The main parts of JMS applications are:
--ConnectionFactory and Destination
--Connection
--Session
--MessageProducer
--MessageConsumer
--Message


Previous QuestionNext Question
What are the different parts of a JMS message ? What Is Messaging?