Websphere MQ Everyplace

Package com.ibm.mqe.jms

Provides an implementation of the Java Message Service (JMS), version 1.1

See:
          Description

Interface Summary
MQeJMSAuthenticator The WebSphere MQ Everyplace JMS authentication interface.
MQeJMSMsgFieldNames This interface defines a number of String constants that are used to name fields when a JMS message is mapped to an MQeMsgObject.
 

Class Summary
MQeBytesMessage A BytesMessage is used to send a message containing a stream of uninterpreted bytes.
MQeConnection A JMS Connection is a client's active connection to its JMS provider.
MQeConnectionFactory A ConnectionFactory encapsulates a set of connection configuration parameters that has been defined by an administrator.
MQeConnectionMetaData A ConnectionMetaData object provides information describing the MQeConnection object.
MQeDestination The Destination object encapsulates provider-specific destination addresses.
MQeJMSJNDIQueue MQeJMSJNDIQueue extends MQeJMSQueue and adds support for storing and retrieving the object using JNDI.
MQeJMSQueue A Queue object encapsulates a provider-specific queue name.
MQeJMSSimpleAuthenticator The default implementation of MQeJMSAuthenticator.
MQeJNDIConnectionFactory MQeJNDIConnectionFactory extends MQeConnectionFactory and adds support for storing and retrieving the object using JNDI.
MQeJNDIQueueConnectionFactory MQeJNDIQueueConnectionFactory extends MQeQueueConnectionFactory and adds support for storing and retrieving the object using JNDI.
MQeMapMessage A MapMessage is used to send a set of name-value pairs where names are Strings and values are Java primitive types.
MQeMessage The Message interface is the root interface of all JMS messages.
MQeMessageConsumer A client uses a message consumer to receive messages from a Destination.
MQeMessageProducer A client uses a message producer to send messages to a Destination.
MQeObjectMessage An ObjectMessage is used to send a message that contains a serializable Java object.
MQeQueueBrowser A client uses a QueueBrowser object to look at messages on a queue without removing them.
MQeQueueConnection A QueueConnection is an active connection to a JMS Point-to-Point provider.
MQeQueueConnectionFactory A client uses a QueueConnectionFactory to create a MQeQueueConnection with a JMS Point-to-Point provider.
MQeQueueReceiver A client uses a QueueReceiver to receive messages that have been delivered to a queue.
MQeQueueSender A client uses a QueueSender to send messages to a queue.
MQeQueueSession A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.
MQeSession A JMS Session is a single threaded context for producing and consuming messages.
MQeStreamMessage A StreamMessage is used to send a stream of Java primitives.
MQeTemporaryQueue A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
MQeTextMessage A TextMessage is used to send a message containing a String.
 

Package com.ibm.mqe.jms Description

Provides an implementation of the Java Message Service (JMS), version 1.1


Websphere MQ Everyplace