Java Message Service - Elements

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:

    The three great elements of modern civilization, gunpowder, printing, and the Protestant religion.
    Thomas Carlyle (1795–1881)

    A party of order or stability, and a party of progress or reform, are both necessary elements of a healthy state of political life.
    John Stuart Mill (1806–1873)