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 a stream message?
What is ems queue?
What is the best message queue?
What is the functionality of a jms message selector?
What are the steps involved in configuring the jms?
What is use of jms?
Can we send message from one server to another server using jms?
What is a queued message?
What is jms correlation id?
Give an example of using the point-to-point model
What is jms and mq?
What is Map message?