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 jms testing?
What are the steps to send and receive JMS message ?
What is a topic?
What is a jms server?
Give an example of using the point-to-point model
What is queue connection factory?
How can third-party jdbc driver be used with jms?
In which situations we are using jms? Can we send message from one server to another server using jms?
Is jms a message broker?
What is the difference between an sms and text message?
What is mean by jms?
What is the number of messaging models available on jms?