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 |
For JMS-enabled application, what are the core JMS-related objects required?
What is jms template?
What are the types of messages that are supported by JMS?
How to Allowe messages to expire ?
What is asynchronous messaging?
What is Producer and Consumer?
How does jms listener work?
Does weblogic jms support clustering?
Give an example of using point to point model in JMS?
What is jms correlation id?
What is a jms session?
What is spring jms?