Answer Posted / 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 View All Answers
What is the best message queue?
What is the number of messaging models available on jms?
Is activemq a jms provider?
Explain the creation of JMS Administered objects?
What is subdeployment in weblogic jms?
Explain about point to point?
What is a stream message?
What does kms mean?
What are all the features of JMS API in J2EE platform?
How do I use a startup class to initialize and later reference jms objects?
Can we send message from one server to another server using jms?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is jms message broker?
What is jms connection factory in weblogic?
What is the use of jmstemplate in spring?