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 the use of EventMessage.java?
Is rabbitmq a jms?
List types of Messaging services supported by JMS?
What is hermes jms?
How does jms listener work?
Can we send e-mail messages using JMS?
can we implement synchronization for handling multiple messages receieving through Mdb on message
Is activemq a jms provider?
Where is jms used?
What is JMS administered object?
Why do the TopicSession.createDurableSubscriber and TopicSession.unubscribe calls raise JMSException with the message "ORA - 4020 - deadlock detected while trying to lock object"?
What is message oriented middleware?