Interface Summary |
DeliveryMode |
The delivery modes supported by the JMS API are PERSISTENT and
NON_PERSISTENT . |
Destination |
A Destination object encapsulates a provider-specific address. |
Message |
The Message interface is the root interface of all JMS
messages. |
MessageListener |
A MessageListener object is used to receive asynchronously
delivered messages. |
ObjectMessage |
An ObjectMessage object is used to send a message that
contains a serializable object in the Java programming language ("Java
object"). |
TextMessage |
A TextMessage object is used to send a message containing a
java.lang.String . |