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 publish-and-subscribe model in jms?
How to handle non-transacted sessions with respect to jms?
What is jms active mq?
What is the use of StreamMessage?
What is ems queue?
What is jms queue in java?
Does kafka support jms?
How do I check messages in jms queue?
What is use of jms?
How does a message queue work?
Can jms be used to send an email?
What happens when jms queue is full?