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 jms full form?
What is the functionality of a jms queue browser?
What type of messaging is provided by JMS?
Explain about point to point?
What are the different elements present in JMS?
What is a message topic?
What is the difference between Jms and Jvt ?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
What is jms active mq?
What is the difference between jms and kafka?
List types of Messaging services supported by JMS?
What is jms connection factory?
What is JMS administered object?
What is a topic in messaging?
What is jms queue in java?