See: Description
| Interface | Description |
|---|---|
| JMSC | Deprecated
Use the constants defined in the classes in the com.ibm.mq.constants package instead
|
| Class | Description |
|---|---|
| Cleanup |
Cleanup contains utilities for dealing with non-durable subscriptions which are broken, by using
the SUBSTATE(BROKER) option.
|
| MQConnection |
A JMS MQConnection is a client's active connection to its JMS provider.
|
| MQConnectionFactory |
MQConnectionFactory is the WebSphere MQ implementation of ConnectionFactory.
|
| MQConnectionMetaData |
MQConnectionMetaData provides information that describes the connection.
|
| MQDestination |
An MQDestination object encapsulates a provider-specific address.
|
| MQJMSAbstractIVT |
Superclass for IVT - specifically PTP IVT
|
| MQJMSLevel |
Displays information about the currently installed version of WebSphere MQ Classes for Java
Message Service.
|
| MQMessageConsumer |
MQMessageConsumer is the parent interface for all message consumers.
|
| MQMessageProducer |
A client uses an MQMessageProducer to send messages to a destination.
|
| MQQueue |
An MQQueue object encapsulates a provider-specific queue name.
|
| MQQueueBrowser |
A client uses an MQQueueBrowser to look at messages on a queue without removing them.
|
| MQQueueConnection |
An MQueueConnection is an active connection to a JMS point-to-point provider.
|
| MQQueueConnectionFactory |
A client uses an MQQueueConnectionFactory to create QueueConnections with a JMS point-to-point
provider.
|
| MQQueueEnumeration |
MQQueueEnumeration enumerates messages on a queue.
|
| MQQueueReceiver |
A client uses an MQQueueReceiver to receive messages that have been delivered to a queue.
|
| MQQueueSender |
A client uses an MQQueueSender to send messages to a queue.
|
| MQQueueSession |
An MQQueueSession provides methods to create MQQueueReceivers, MQQueueSenders, MQQueueBrowsers,
and MQTemporaryQueues.
|
| MQRoot |
This is a root object for all the objects in the package com.ibm.mq.jms; it provides a common
point to implement the
JmsPropertyContext
interface. |
| MQSession |
A JMS session is a single-threaded context for producing and consuming messages.
|
| MQTemporaryQueue |
An MQTemporaryQueue object is a unique Queue object created for the duration of a connection.
|
| MQTemporaryTopic |
An MQTemporaryTopic object is a unique Topic object created for the duration of a connection.
|
| MQTopic |
An MQTopic object encapsulates a provider-specific topic name.
|
| MQTopicConnection |
An MQTopicConnection object is an active connection to a publish/subscribe JMS
provider.
|
| MQTopicConnectionFactory |
A client uses an MQTopicConnectionFactory object to create TopicConnection
objects with a publish/subscribe JMS provider.
|
| MQTopicPublisher |
A client uses an MQTopicPublisher object to publish messages on a topic.
|
| MQTopicSession |
An MQTopicSession object provides methods for creating MQTopicPublisher, MQTopicSubscriber, and
MQTemporaryTopic objects.
|
| MQTopicSubscriber |
A client uses an MQTopicSubscriber object to receive messages that have been published to a
topic.
|
| MQXAConnection |
The XAConnection interface extends the capability of Connection by providing an XASession.
|
| MQXAConnectionFactory |
The MQXAConnectionFactory interface is an implementation of the XAConnectionFactory interface.
|
| MQXAQueueConnection |
MQXAQueueConnection provides the same create options as MQQueueConnection.
|
| MQXAQueueConnectionFactory |
An XAQueueConnectionFactory provides the same create options as an MQQueueConnectionFactory.
|
| MQXAQueueSession |
An XAQueueSession provides an MQQueueSession which can be used to create MQQueueReceivers,
MQQueueSenders and MQQueueBrowsers.
|
| MQXASession |
WebSphere MQ JMS exposes its JTS support in the XAConnectionFactory, XAConnection, and XASession
classes.
|
| MQXATopicConnection |
An XATopicConnection provides the same creation options as MQTopicConnection.
|
| MQXATopicConnectionFactory |
An MQXATopicConnectionFactory provides the same creation options as MQTopicConnectionFactory.
|
| MQXATopicSession |
An MQXATopicSession provides an MQTopicSession, which you can use to create MQTopicSubscribers
and MQTopicPublishers.
|
| Enum | Description |
|---|---|
| MQConnectionFactory.ConnectionFactoryProperty |
This enumeration represents all the Administrative Properties of MQConnectionFactory objects.
|
| Exception | Description |
|---|---|
| BrokerCommandFailedException | Deprecated
no longer used.
|
| FieldNameException | Deprecated
no longer used.
|
| FieldTypeException | Deprecated
no longer used.
|
| IntErrorException | Deprecated
no longer used.
|
| ISSLException | Deprecated
no longer used.
|
| JMSInvalidParameterException | Deprecated
no longer used.
|
| JMSListenerSetException | Deprecated
no longer used.
|
| JMSMessageQueueOverflowException | Deprecated
no longer used.
|
| JMSNotActiveException | Deprecated
no longer used.
|
| JMSNotSupportedException | Deprecated
no longer used.
|
| JMSParameterIsNullException | Deprecated
no longer used.
|
| NoBrokerResponseException | Deprecated
no longer used.
|
| SessionClosedException | |
| SyntaxException | Deprecated
no longer used.
|