Elements
The following are JMS elements:
- JMS provider
- An implementation of the JMS interface for a Message Oriented Middleware (MOM). Providers are implemented as either a Java JMS implementation or an adapter to a non-Java MOM.
- JMS client
- An application or process that produces and/or receives messages.
- JMS producer/publisher
- A JMS client that creates and sends messages.
- JMS consumer/subscriber
- A JMS client that receives messages.
- JMS message
- An object that contains the data being transferred between JMS clients.
- JMS queue
- A staging area that contains messages that have been sent and are waiting to be read. Note that, contrary to what the name queue suggests, messages don't have to be delivered in the order sent. A JMS queue only guarantees that each message is processed only once.
- JMS topic
- A distribution mechanism for publishing messages that are delivered to multiple subscribers.
Read more about this topic: Java Message Service
Famous quotes containing the word elements:
“psychologist
It is through friendships that teenagers learn to take responsibility, provide support, and give their loyalty to non- family members. It is also in teenage friendships that young people find confidants with whom to share thoughts and feelings that they are not comfortable sharing with their parents. Such sharing becomes one of the elements of true intimacy, which will be established later.”
—David Elkind (20th century)
Related Phrases
Related Words