What are the main component in JMS?



What are the main component in JMS?..

Answer / maanya shree

)A JMS provider is a messaging system that implements the JMS interfaces and provides administrative and control features.

2)JMS clients are the programs or components, written in the Java programming language, that produce and consume messages. Any J2EE application component can act as a JMS client.

3)Messages are the objects that communicate information between JMS clients.

4)Administered objects are preconfigured JMS objects created by an administrator for the use of clients. The two kinds of JMS administered objects are destinations and connection factories

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JMS Interview Questions

How to read message from jms queue in java?

0 Answers  


What is jms protocol?

0 Answers  


Why do the TopicSession.createDurableSubscriber and TopicSession.unubscribe calls raise JMSException with the message "ORA - 4020 - deadlock detected while trying to lock object"?

1 Answers  


What is the number of messaging models available on jms?

0 Answers  


What are the advantages of JMS?

1 Answers  






Explain about point to point?

0 Answers  


Mention different types of messages available in JMS API?

0 Answers  


What are the types of communication provided by jms? Explain in detail.

0 Answers  


What is jms connection factory?

0 Answers  


What is difference between queue and topic in jms?

0 Answers  


What is MOM in reference to JMS?

0 Answers  


What is the difference between jms and kafka?

0 Answers  


Categories