Java Message Service (JMS) Question:
What is the main parts of JMS applications?
Answer:
The main parts of JMS applications are:
--ConnectionFactory and Destination
--Connection
--Session
--MessageProducer
--MessageConsumer
--Message
--ConnectionFactory and Destination
--Connection
--Session
--MessageProducer
--MessageConsumer
--Message
Previous Question | Next Question |
What are the different parts of a JMS message ? | What Is Messaging? |