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 use of connection factory in jms?
What is the purpose of jms?
In which situations we are using jms? Can we send message from one server to another server using jms?
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?
Explain Asynchronous Message Consumption in JMS?
Is kafka a jms?
Which messaging modes are included in the java messaging service jms )?
What is the difference between JMS and RPC (Remote Procedure Call)?
What is JMS administered object?
What is jms endpoint?
What is jms queue?
What is jms in java with example?
What is the difference between java mail and jms queue?
How can third-party jdbc driver be used with jms?
How to Allowe messages to expire ?