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 |
What is Map message?
What is the difference between a queue and a topic?
What is the procedure to configure jms security?
What is jms producer?
How to create an ejb session in order to start a jms connection?
What is jms message broker?
What is hermes jms?
What is jms connection?
Explain Asynchronous Message Consumption in JMS?
What are all the features of JMS API in J2EE platform?
What is jms in java with example?
What are the types of messaging?