A B C D E F G H I J K L M N O P Q R S T U V W X

A

accessDistributionList(MQDistributionListItem[], int) - Method in class com.ibm.mq.MQQueueManager
Creates a distribution list using the default alternative user ID.
accessDistributionList(MQDistributionListItem[], int, String) - Method in class com.ibm.mq.MQQueueManager
Creates a distribution list.
accessProcess(String, int) - Method in class com.ibm.mq.MQQueueManager
Accesses a WebSphere MQ process on this queue manager using default queue manager name and alternative user ID values.
accessProcess(String, int, String, String) - Method in class com.ibm.mq.MQQueueManager
Establishes access to a WebSphere MQ process on this queue manager in order to inquire about the process attributes.
accessQueue(String, int) - Method in class com.ibm.mq.MQQueueManager
Establishes access to an WebSphere MQ queue on this queue manager using default queue manager name and alternative user ID values.
accessQueue(String, int, String, String, String) - Method in class com.ibm.mq.MQQueueManager
Establishes access to a WebSphere MQ queue on this queue manager in order to get or browse messages, put messages, inquire about the attributes of the queue, or set the attributes of the queue.
accountingToken - Variable in class com.ibm.mq.MQMD
The accounting token.
acknowledge() - Method in class com.ibm.jms.JMSMessage
Acknowledges this and all previous messages received.
addConnectionPoolToken() - Static method in class com.ibm.mq.MQEnvironment
Constructs an MQPoolToken and adds it to the set of tokens.
addConnectionPoolToken(MQPoolToken) - Static method in class com.ibm.mq.MQEnvironment
Adds a given MQPoolToken to the connection pool.
allocateConnection(MQManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.ibm.mq.MQSimpleConnectionManager
Makes a connection to a queue manager, either by reusing an existing connection or by creating a new one.
alternateUserId - Variable in class com.ibm.mq.MQManagedObject
The alternative user ID specified (if any) when this resource was opened.
AlternateUserId - Variable in class com.ibm.mq.MQOD
Alternate user identifier.
applicationIdData - Variable in class com.ibm.mq.MQMD
Application ID data.
applicationOriginData - Variable in class com.ibm.mq.MQMD
Data about the originating application.
ASSOCIATE_ALL - Static variable in interface com.ibm.mq.MQC
This value can be defined in the MQEnvironment to indicate that the MQQueueManager object being created can be shared within the context of the Java Virtual Machine.
ASSOCIATE_NONE - Static variable in interface com.ibm.mq.MQC
This value can be defined in the MQEnvironment to indicate that the MQQueueManager object being created will not be available for sharing within any context.
ASSOCIATE_THREAD - Static variable in interface com.ibm.mq.MQC
This value can be defined in the MQEnvironment to indicate that the MQQueueManager object being created can be shared within the context of the currently executing thread.

B

backout() - Method in class com.ibm.mq.MQQueueManager
Indicates to the queue manager that all the message gets and puts that have occurred since the last syncpoint are to be backed out.
backoutCount - Variable in class com.ibm.mq.MQMD
The number of times the message has been backed out.
begin() - Method in class com.ibm.mq.MQQueueManager
Begins a new unit of work.
BrokerCommandFailedException - exception com.ibm.mq.jms.BrokerCommandFailedException.
The broker has sent a response message which indicates that the command failed.

C

callExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQQueueManager.MQExitWrapper
The first parameter is the exit object that would have been called directly.
capabilityFlags - Variable in class com.ibm.mq.MQChannelExit
Capabilities of the queue manager.
CC_DEF_D_SHARED_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
Default name for the JMS ConnectionConsumer durable subscriber queue.
CC_DEF_ND_SHARED_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
Default name for the JMS ConnectionConsumer nondurable subscriber queue.
CCSID - Static variable in class com.ibm.mq.MQEnvironment
The CCSID used by the client.
CCSID_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the CCSID, the coded-character-set-ID to be used on connections.
channel - Static variable in class com.ibm.mq.MQEnvironment
The name of the channel to connect to on the target queue manager.
CHANNEL_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the channel name.
channelName - Variable in class com.ibm.mq.MQChannelDefinition
The name of the channel through which the connection is established.
characterSet - Variable in class com.ibm.mq.MQMD
The coded character set identifier of character data in the application message data.
Cleanup - class com.ibm.mq.jms.Cleanup.
Cleanup contains utilities for dealing with nondurable subscriptions which are broken, by using the SUBSTATE(BROKER) option.
cleanup() - Method in class com.ibm.mq.jms.Cleanup
Runs Cleanup once.
Cleanup() - Constructor for class com.ibm.mq.jms.Cleanup
Default constructor.
Cleanup(MQConnectionFactory) - Constructor for class com.ibm.mq.jms.Cleanup
Constructor that imports property values.
clearBody() - Method in class com.ibm.jms.JMSTextMessage
Clears out the message body.
clearBody() - Method in class com.ibm.jms.JMSStreamMessage
Clears the message body.
clearBody() - Method in class com.ibm.jms.JMSObjectMessage
Clears the message body.
clearBody() - Method in class com.ibm.jms.JMSMapMessage
Clears the message body.
clearBody() - Method in class com.ibm.jms.JMSBytesMessage
Clears out the message body.
clearMessage() - Method in class com.ibm.mq.MQMessage
Discards any data in the message buffer and sets the cursor position to zero.
clearProperties() - Method in class com.ibm.jms.JMSMessage
Clears a message's properties.
close() - Method in class com.ibm.mq.MQQueue
Closes the object.
close() - Method in class com.ibm.mq.MQProcess
Closes the process.
close() - Method in class com.ibm.mq.MQManagedObject
Closes the object.
close() - Method in class com.ibm.mq.MQDistributionList
Closes the distribution list.
close() - Method in class com.ibm.mq.jms.MQXASession
Closes the session.
close() - Method in class com.ibm.mq.jms.MQTopicSubscriber
Closes the subscriber and releases underlying resources associated with this subscriber.
close() - Method in class com.ibm.mq.jms.MQSession
Closes the session.
close() - Method in class com.ibm.mq.jms.MQQueueSender
Close the sender.
close() - Method in class com.ibm.mq.jms.MQQueueReceiver
Close the receiver.
close() - Method in class com.ibm.mq.jms.MQQueueConnection
Closes this connection and release its resources.
close() - Method in class com.ibm.mq.jms.MQQueueBrowser
Closes all open queues left in enumerated objects.
close() - Method in class com.ibm.mq.jms.MQMessageProducer
Closes the message producer.
close() - Method in class com.ibm.mq.jms.MQMessageConsumer
Closes the message consumer.
close() - Method in class com.ibm.mq.jms.MQConnection
Moves the connection into the closed state.
closeOptions - Variable in class com.ibm.mq.MQManagedObject
Controls the way the resource is closed.
com.ibm.jms - package com.ibm.jms
This package comprises a set of classes and interfaces which are relevant to JMS messages.
com.ibm.mq - package com.ibm.mq
This is the main package of Java classes and interfaces for WebSphere MQ classes.
com.ibm.mq.jms - package com.ibm.mq.jms
WebSphere MQ classes for Java Message Service consist of a number of Java classes and interfaces that are based on the Sun javax.jms package of interfaces and classes.
com.ibm.mq.jms.services - package com.ibm.mq.jms.services
This package provides services which are used by the com.ibm.mq.jms package.
com.ibm.mq.jms.services.psk - package com.ibm.mq.jms.services.psk
This package provides PSK facilities used by com.ibm.mq.jms.services package.
com.ibm.mqservices - package com.ibm.mqservices
This is a package of services used by the base Java classes in package com.ibm.mq.
commit() - Method in class com.ibm.mq.MQQueueManager
Indicates to the queue manager that the application has reached a syncpoint.
commit() - Method in class com.ibm.mq.jms.MQXASession
Not to be called in this context.
commit() - Method in class com.ibm.mq.jms.MQSession
Commits all messages done in this transaction and releases any locks currently held.
commit() - Method in class com.ibm.mq.jms.MQQueueSession
 
completionCode - Variable in class com.ibm.mq.MQException
WebSphere MQ completion code giving rise to the error.
completionCode - Variable in class com.ibm.mq.MQDistributionListItem
The completion code resulting from the most recent operation on this item.
CONNECT_OPTIONS_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the connect options.
connectionName - Variable in class com.ibm.mq.MQChannelDefinition
The TCP/IP hostname of the machine on which the queue manager resides.
connectionReference - Variable in class com.ibm.mq.MQManagedObject
The queue manager to which this resource belongs.
connOptions - Static variable in class com.ibm.mq.MQEnvironment
The queue manager connection options.
connTag - Static variable in class com.ibm.mq.MQEnvironment
The connection tag which allows users to serialize access to the resources they are using on a z/OS queue manager.
CONNTAG_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the connection tag.
contextReference - Variable in class com.ibm.mq.MQPutMessageOptions
An input field that indicates the source of the context information.
contextReferenceHandle - Variable in class com.ibm.mq.MQPutMessageOptions
Handle to the context reference
correlationId - Variable in class com.ibm.mq.MQMD
Specifies the correlation identifier of the message to be retrieved.
createBrowser(Queue) - Method in class com.ibm.mq.jms.MQSession
Creates a QueueBrowser object to peek at the messages on the specified queue.
createBrowser(Queue, String) - Method in class com.ibm.mq.jms.MQSession
Creates a QueueBrowser object to peek at the messages on the specified queue using a message selector.
createBytesMessage() - Method in class com.ibm.mq.jms.MQSession
Creates a BytesMessage object.
createConnection() - Method in class com.ibm.mq.jms.MQConnectionFactory
Creates a connection with the default user identity.
createConnection(MQManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.ibm.mq.MQSimpleConnectionManager
Makes a connection to a queue manager.
createConnection(String, String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Creates a connection with the specified user identity.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class com.ibm.mq.jms.MQConnection
Creates a connection consumer for this connection.
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class com.ibm.mq.jms.MQQueueConnection
Creates a connection consumer for this connection.
createConsumer(Destination) - Method in class com.ibm.mq.jms.MQXASession
Call the underlying JMS session to create a Message Consumer
createConsumer(Destination) - Method in class com.ibm.mq.jms.MQSession
Creates a MessageConsumer for the specified Destination.
createConsumer(Destination) - Method in class com.ibm.mq.jms.MQQueueSession
 
createConsumer(Destination, String) - Method in class com.ibm.mq.jms.MQXASession
Call the underlying JMS session to create a Message Consumer
createConsumer(Destination, String) - Method in class com.ibm.mq.jms.MQSession
Creates a MessageConsumer for the specified Destination, using a message selector.
createConsumer(Destination, String) - Method in class com.ibm.mq.jms.MQQueueSession
 
createConsumer(Destination, String, boolean) - Method in class com.ibm.mq.jms.MQXASession
Call the underlying JMS session to create a Message Consumer
createConsumer(Destination, String, boolean) - Method in class com.ibm.mq.jms.MQSession
Creates MessageConsumer for the specified destination, using a message selector.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.ibm.mq.jms.MQConnection
Creates a durable connection consumer for this connection.
createDurableSubscriber(Topic, String) - Method in class com.ibm.mq.jms.MQSession
Creates a durable Subscriber to the specified topic.
createDurableSubscriber(Topic, String, String, boolean) - Method in class com.ibm.mq.jms.MQSession
Creates a durable Subscriber to the specified topic.
createMapMessage() - Method in class com.ibm.mq.jms.MQSession
Creates a MapMessage.
createMessage() - Method in class com.ibm.mq.jms.MQSession
Creates a Message.
createObjectMessage() - Method in class com.ibm.mq.jms.MQSession
Creates an ObjectMessage.
createObjectMessage(Serializable) - Method in class com.ibm.mq.jms.MQSession
Creates an initialized ObjectMessage.
createProducer(Destination) - Method in class com.ibm.mq.jms.MQXASession
Call the underlying JMS session to create a Message Producer A client uses a MessageProducer object to send messages to a destination.
createProducer(Destination) - Method in class com.ibm.mq.jms.MQSession
Creates a MessageProducer to send messages to the specified destination.
createProducer(Destination) - Method in class com.ibm.mq.jms.MQQueueSession
 
createPublisher(Topic) - Method in class com.ibm.mq.jms.MQTopicSession
Creates a publisher for the specified topic.
createQueue(String) - Method in class com.ibm.mq.jms.MQSession
Creates a queue object given a queue name.
createQueueConnection() - Method in class com.ibm.mq.jms.MQQueueConnectionFactory
Creates a queue connection with default user identity.
createQueueConnection(String, String) - Method in class com.ibm.mq.jms.MQQueueConnectionFactory
Creates a queue connection with specified user identity.
createQueueSession(boolean, int) - Method in class com.ibm.mq.jms.MQQueueConnection
Creates an MQQueueSession object.
createReceiver(Queue) - Method in class com.ibm.mq.jms.MQQueueSession
Creates a QueueReceiver object to receive messages from the specified queue.
createReceiver(Queue, String) - Method in class com.ibm.mq.jms.MQQueueSession
Creates an MQQueueReceiver object to receive messages from the specified queue and message selector.
createSender(Queue) - Method in class com.ibm.mq.jms.MQQueueSession
Creates a QueueSender object to send messages to the specified queue.
createSession(boolean, int) - Method in class com.ibm.mq.jms.MQConnection
Creates a Session object.
createStreamMessage() - Method in class com.ibm.mq.jms.MQSession
Creates a StreamMessage object.
createSubscriber(Topic) - Method in class com.ibm.mq.jms.MQTopicSession
Creates a nondurable Subscriber to the specified topic.
createSubscriber(Topic, String, boolean) - Method in class com.ibm.mq.jms.MQTopicSession
Creates a nondurable Subscriber to the specified topic.
createTemporaryQueue() - Method in class com.ibm.mq.jms.MQSession
Creates a JMS temporary queue.
createTemporaryQueue() - Method in class com.ibm.mq.jms.MQQueueSession
 
createTemporaryTopic() - Method in class com.ibm.mq.jms.MQTopicSession
Creates a TemporaryTopic object.
createTemporaryTopic() - Method in class com.ibm.mq.jms.MQSession
Creates a temporary topic.
createTextMessage() - Method in class com.ibm.mq.jms.MQSession
Creates a TextMessage.
createTextMessage(String) - Method in class com.ibm.mq.jms.MQSession
Creates an initialized TextMessage.
createTopic(String) - Method in class com.ibm.mq.jms.MQTopicSession
Creates a topic identity given a Topic name.
createTopic(String) - Method in class com.ibm.mq.jms.MQSession
Creates a Topic given a Topic name.
createTopicConnection() - Method in class com.ibm.mq.jms.MQTopicConnectionFactory
Creates a topic connection with default user identity.
createTopicConnection(String, String) - Method in class com.ibm.mq.jms.MQTopicConnectionFactory
Creates a topic connection with specified user identity.
createTopicSession(boolean, int) - Method in class com.ibm.mq.jms.MQTopicConnection
Creates a TopicSession object.
createXAConnection() - Method in class com.ibm.mq.jms.MQXAConnectionFactory
Creates an XA connection with the default user identity.
createXAConnection(String, String) - Method in class com.ibm.mq.jms.MQXAConnectionFactory
Creates an XA connection with the specified user identity.
createXAQueueConnection() - Method in class com.ibm.mq.jms.MQXAQueueConnectionFactory
Creates an XA Queue connection with default user identity.
createXAQueueConnection(String, String) - Method in class com.ibm.mq.jms.MQXAQueueConnectionFactory
Creates an XA Queue connection with specified user identity.
createXAQueueSession() - Method in class com.ibm.mq.jms.MQXAQueueConnection
Creates an XAQueueSession.
createXASession() - Method in class com.ibm.mq.jms.MQXAConnection
Creates an XASession.
createXATopicConnection() - Method in class com.ibm.mq.jms.MQXATopicConnectionFactory
Creates an XA topic connection with the default user identity.
createXATopicConnection(String, String) - Method in class com.ibm.mq.jms.MQXATopicConnectionFactory
Creates an XA topic connection using the specified user identity.
createXATopicSession() - Method in class com.ibm.mq.jms.MQXATopicConnection
Creates an XATopicSession.
CurHdrCompression - Variable in class com.ibm.mq.MQChannelExit
The technique currently being used to compress header data.
CurMsgCompression - Variable in class com.ibm.mq.MQChannelExit
The technique currently being used to compress message data.

D

dataTrace(int, Object, byte[]) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Provide a formatted hex and ascii dump
delete() - Method in class com.ibm.mq.jms.MQTemporaryTopic
Deletes this temporary topic.
delete() - Method in class com.ibm.mq.jms.MQTemporaryQueue
Deletes this temporary queue.
disableTracing() - Static method in class com.ibm.mq.MQEnvironment
This method turns off the WebSphere MQ Client for Java trace facility.
disconnect() - Method in class com.ibm.mq.MQQueueManager
Ends the connection to the queue manager.
dumpCallStack() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Writes a record of the current CallStack to the trace log.
dumpCallStack(String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Writes a record of the current call stack to the trace log, including a header line for diagnostic purposes.
DynamicQName - Variable in class com.ibm.mq.MQOD
Dynamic queue name.

E

enableTracing(int) - Static method in class com.ibm.mq.MQEnvironment
Turns on tracing at the specified trace level (traces to system.err).
enableTracing(int, OutputStream) - Static method in class com.ibm.mq.MQEnvironment
This method turns on tracing at the specified trace level.
ENC_FLOAT_IEEE_NORMAL - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - floating point - IEEE normal.
ENC_FLOAT_IEEE_REVERSED - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - floating point - IEEE reversed.
ENC_FLOAT_MASK - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - used to separate the float component.
ENC_FLOAT_S390 - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - floating point - zSeries.
ENC_FLOAT_UNDEFINED - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - floating point - integer undefined.
ENC_INTEGER_MASK - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - used to separate the integer component.
ENC_INTEGER_NORMAL - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - binary integers - integer normal.
ENC_INTEGER_REVERSED - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - binary integers - integer reversed.
ENC_INTEGER_UNDEFINED - Static variable in class com.ibm.jms.JMSBytesMessage
Encoding Mask - binary integers - integer undefined.
encoding - Variable in class com.ibm.mq.MQMD
Specifies the representation used for numeric values in the application message data.
entry(int, Object, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an entry to a standard (that is, non-static) method if the traceLevel is high enough.
entry(int, Object, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an entry to a standard (that is, non-static) method if the traceLevel is high enough.
entry(int, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an entry to a static method if the traceLevel is high enough.
entry(int, String, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an entry to a static method if the traceLevel is high enough.
equals(Object) - Method in class com.ibm.mq.jms.MQDestination
Test for equality.
exception(int, Object, String, Throwable) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an exception caught in a non-static method if the traceLevel is high enough.
exception(int, String, String, Throwable) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an exception caught in a static method if the trace level is high enough.
exceptionSource - Variable in class com.ibm.mq.MQException
The object instance that threw the exception.
exit(int, Object, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an exit from a standard (that is, non-static) method if the traceLevel is high enough.
exit(int, Object, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an exit from a standard (that is, non-static) method if the traceLevel is high enough.
exit(int, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an exit from a static method if the traceLevel is high enough.
exit(int, String, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Traces an exit from a static method if the traceLevel is high enough.
exitID - Variable in class com.ibm.mq.MQChannelExit
The type of exit that has been invoked.
exitReason - Variable in class com.ibm.mq.MQChannelExit
The reason for invoking the exit.
exitResponse - Variable in class com.ibm.mq.MQChannelExit
Set by the exit to indicate the action that the WebSphere MQ Client for Java should take next.
exitUserArea - Variable in class com.ibm.mq.MQChannelExit
A storage area available for the exit to use.
expiry - Variable in class com.ibm.mq.MQMD
The expiry time (in tenths of a second).

F

fapLevel - Variable in class com.ibm.mq.MQChannelExit
The negotiated Format and Protocol (FAP) level.
feedback - Variable in class com.ibm.mq.MQMD
The nature of the feedback report.
FieldNameException - exception com.ibm.mq.jms.FieldNameException.
This exception is thrown when there is a problem with a field name encountered within an SQL expression.
FieldTypeException - exception com.ibm.mq.jms.FieldTypeException.
This exception is thrown when there is a problem with the type of a field encountered within an SQL expression.
format - Variable in class com.ibm.mq.MQMD
A name which indicates the nature of the data in the message.

G

get(MQMessage) - Method in class com.ibm.mq.MQQueue
Retrieves a message from the queue, using default get message options.
get(MQMessage, MQGetMessageOptions) - Method in class com.ibm.mq.MQQueue
Retrieves a message from the queue, regardless of the size of the message.
get(MQMessage, MQGetMessageOptions, int) - Method in class com.ibm.mq.MQQueue
Retrieves a message from the queue, up to a maximum specified message size.
getAcknowledgeMode() - Method in class com.ibm.mq.jms.MQSession
Gets the acknowledgement mode of the session.
getActive() - Method in class com.ibm.mq.MQSimpleConnectionManager
Gets the active mode of the pool.
getApplicationId() - Method in class com.ibm.mq.MQProcess
Gets the character string which identifies the application to be started.
getApplicationType() - Method in class com.ibm.mq.MQProcess
Identifies the nature of the process to be started in response to a trigger message.
getAttributeString(int, int) - Method in class com.ibm.mq.MQManagedObject
Gets an attribute string.
getAuthenticationType() - Method in class com.ibm.mq.MQConnectionSecurityParameters
This method returns the authentication method to be used by the Object Authority Manager (OAM).
getBodyLength() - Method in class com.ibm.jms.JMSBytesMessage
Gets the number of bytes of the message body when the message is in read-only mode.
getBoolean(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the boolean value of the named key.
getBooleanProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the boolean property value with the given name.
getBrokerCCDurSubQueue() - Method in class com.ibm.mq.jms.MQTopic
Gets the brokerCCDurSubQueue attribute
getBrokerCCSubQueue() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the broker's queue name for nondurable connection consumers.
getBrokerControlQueue() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the broker's control queue name.
getBrokerDurSubQueue() - Method in class com.ibm.mq.jms.MQTopic
Gets the brokerDurSubQueue attribute
getBrokerPubQueue() - Method in class com.ibm.mq.jms.MQTopic
Gets the broker's publish queue name.
getBrokerPubQueue() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the broker's publish queue name.
getBrokerPubQueueManager() - Method in class com.ibm.mq.jms.MQTopic
Gets the brokerQueueManager attribute
getBrokerQueueManager() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the name of the broker's queue manager.
getBrokerSubQueue() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the broker's queue name for subscribers.
getBrokerVersion() - Method in class com.ibm.mq.jms.MQTopic
Gets the broker version.
getBrokerVersion() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the version number of the broker.
getByte(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the byte value of the named key.
getByteProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the byte property value with the given name.
getBytes(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the byte array value of the named key.
getCCDTURL() - Method in class com.ibm.mq.MQQueueManager
Returns the URL of the channel definition file, or null if it does not exist.
getCCDTURL() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the URL for the client channel definition table.
getCCSID() - Method in class com.ibm.mq.jms.MQDestination
Gets the number of the character set that is used by this destination.
getCCSID() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the character set of the queue manager.
getChannel() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the name of the channel that was used.
getChar(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the Unicode char value of the named key.
getCharacterSet() - Method in class com.ibm.mq.MQQueueManager
Gets the CCSID (Coded Character Set Identifier) of the queue manager's codeset.
getCleanupInterval() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the clean up interval.
getCleanupInterval() - Method in class com.ibm.mq.jms.Cleanup
Gets the cleanup interval.
getCleanupLevel() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the clean up level.
getCleanupLevel() - Method in class com.ibm.mq.jms.Cleanup
Gets the cleanup level.
getClientId() - Method in class com.ibm.mq.jms.MQConnectionFactory
Deprecated. use getClientID instead.
getClientID() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the client ID.
getClientID() - Method in class com.ibm.mq.jms.MQConnection
Gets the client ID for this connection.
getCloneSupport() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether cloning is supported.
getCommandInputQueueName() - Method in class com.ibm.mq.MQQueueManager
Gets the name of the command input queue defined on the queue manager.
getCommandLevel() - Method in class com.ibm.mq.MQQueueManager
Indicates the level of system control commands supported by the queue manager.
getConnTag() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the value of the queue manager connection tag.
getCreationDateTime() - Method in class com.ibm.mq.MQQueue
Gets the date and time that this queue was created.
getCSPPassword() - Method in class com.ibm.mq.MQConnectionSecurityParameters
This method returns the defined MQCSP password.
getCSPUserId() - Method in class com.ibm.mq.MQConnectionSecurityParameters
This method returns the defined MQCSP user ID.
getCurrentDepth() - Method in class com.ibm.mq.MQQueue
Gets the number of messages currently on the queue.
getDataLength() - Method in class com.ibm.mq.MQMessage
Gets the number of bytes of message data remaining to be read.
getDataOffset() - Method in class com.ibm.mq.MQMessage
Returns the current cursor position within the message data (the point at which read and write operations take effect).
getDefaultConnectionManager() - Static method in class com.ibm.mq.MQEnvironment
Gets the default ConnectionManager.
getDefinitionType() - Method in class com.ibm.mq.MQQueue
Indicates how the queue was defined.
getDeliveryMode() - Method in class com.ibm.mq.jms.MQMessageProducer
Gets the producer's default delivery mode.
getDescription() - Method in class com.ibm.mq.MQManagedObject
Gets the description of this resource as held by the queue manager.
getDescription() - Method in class com.ibm.mq.jms.MQDestination
Gets the description of the destination.
getDescription() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the description.
getDestination() - Method in class com.ibm.mq.jms.MQMessageProducer
Gets the destination associated with the message producer.
getDestination() - Method in class com.ibm.mq.jms.MQMessageConsumer
Gets the message destination.
getDirectAuth() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the type of direct authentication that is required.
getDisableMessageID() - Method in class com.ibm.mq.jms.MQMessageProducer
Indicates whether message IDs are disabled.
getDisableMessageTimestamp() - Method in class com.ibm.mq.jms.MQMessageProducer
Indicates whether message timestamps are disabled.
getDistributionListCapable() - Method in class com.ibm.mq.MQQueueManager
Indicates whether the queue manager supports distribution lists.
getDouble(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the double value of the named key.
getDoubleProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the double property value with the given name.
getEncoding() - Method in class com.ibm.mq.jms.MQDestination
Gets the encoding that is used for this destination.
getEnumeration() - Method in class com.ibm.mq.jms.MQQueueBrowser
Gets an enumeration for browsing the current queue messages in the order that they are received.
getEnvironmentData() - Method in class com.ibm.mq.MQProcess
Gets information on the environment of the application which is to be started.
getExceptionListener() - Method in class com.ibm.mq.jms.MQConnection
Gets the exception listener for this connection.
getExceptionListener() - Method in class com.ibm.mq.jms.Cleanup
Gets the ExceptionListener.
getExitChain() - Method in class com.ibm.mq.MQExitChain
Gets the exits which have been chained by this object.
getExitClasspath() - Static method in class com.ibm.mq.MQExternalUserExit
 
getExpiry() - Method in class com.ibm.mq.jms.MQDestination
Gets the value of the expiry for this destination.
getFailIfQuiesce() - Method in class com.ibm.mq.jms.MQDestination
Gets the status of the failIfQuiesce property of this destination.
getFailIfQuiesce() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates the default behavior of applications accessing a quiescing queue manager.
getFirstDistributionListItem() - Method in class com.ibm.mq.MQDistributionList
Gets the first item in the distribution list, or null if the list is empty.
getFloat(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the float value of the named key.
getFloatProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the float property value with the given name.
getFormat() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Get the output format for trace entries.
getHdrCompList() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the list of header compression techniques which has been set.
getHighThreshold() - Method in class com.ibm.mq.MQSimpleConnectionManager
Deprecated. use getMaxUnusedConnections() instead.
getHostName() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the name of the host.
getInhibitGet() - Method in class com.ibm.mq.MQQueue
Indicates whether get operations are allowed for this queue.
getInhibitPut() - Method in class com.ibm.mq.MQQueue
Indicates whether put operations are allowed for this queue.
getInt(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the integer value of the named key.
getIntProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the integer property value with the given name.
getInvalidDestinationCount() - Method in class com.ibm.mq.MQDistributionList
Gets the number of items in the distribution list that failed to open successfully.
getJDBCConnection(XADataSource) - Method in class com.ibm.mq.MQQueueManager
Returns a Connection object for use with the JTA-JDBC support.
getJDBCConnection(XADataSource, String, String) - Method in class com.ibm.mq.MQQueueManager
Registers a database for coordination.
getJMSCorrelationID() - Method in class com.ibm.jms.JMSMessage
Gets the correlation ID for the message.
getJMSCorrelationIDAsBytes() - Method in class com.ibm.jms.JMSMessage
Gets the correlation ID as an array of bytes for the message.
getJMSDeliveryMode() - Method in class com.ibm.jms.JMSMessage
Gets the delivery mode for this message.
getJMSDestination() - Method in class com.ibm.jms.JMSMessage
Gets the destination for this message.
getJMSExpiration() - Method in class com.ibm.jms.JMSMessage
Gets the message's expiration value.
getJMSMajorVersion() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS major version number.
getJMSMessageID() - Method in class com.ibm.jms.JMSMessage
Gets the message ID.
getJMSMinorVersion() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS minor version number.
getJMSPriority() - Method in class com.ibm.jms.JMSMessage
Gets the message priority.
getJMSProviderName() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS provider name.
getJMSRedelivered() - Method in class com.ibm.jms.JMSMessage
Gets an indication of whether this message is being redelivered.
getJMSReplyTo() - Method in class com.ibm.jms.JMSMessage
Gets the destination to which a reply to this message should be sent.
getJMSTimestamp() - Method in class com.ibm.jms.JMSMessage
Gets the message timestamp.
getJMSType() - Method in class com.ibm.jms.JMSMessage
Gets the message type.
getJMSVersion() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS API version.
getJMSXPropertyNames() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets an enumeration of the JMSX property names.
getLocalAddress() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the local address.
getLong(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the long value of the named key.
getLongProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the long property value with the given name.
getMapNames() - Method in class com.ibm.jms.JMSMapMessage
Gets an Enumeration of all the MapMessage's names.
getMapNameStyle() - Method in class com.ibm.mq.jms.MQConnectionFactory
Allows compatibility style to be used for MapMessage element names.
getMaxConnections() - Method in class com.ibm.mq.MQSimpleConnectionManager
Gets the maximum number of connections.
getMaximumDepth() - Method in class com.ibm.mq.MQQueue
Gets the maximum number of messages that can exist on the queue at any one time.
getMaximumMessageLength() - Method in class com.ibm.mq.MQQueueManager
Gets the maximum length of a message that the queue manager can handle.
getMaximumMessageLength() - Method in class com.ibm.mq.MQQueue
Gets the maximum length of the application data of a message on this queue.
getMaximumPriority() - Method in class com.ibm.mq.MQQueueManager
Gets the maximum message priority supported by the queue manager.
getMaxUnusedConnections() - Method in class com.ibm.mq.MQSimpleConnectionManager
Gets the maximum number of unused connections in the pool.
getMessage() - Method in class com.ibm.mq.MQException
Gets the message detail.
getMessageLength() - Method in class com.ibm.mq.MQMessage
Gets the number of bytes of message data in this message.
getMessageListener() - Method in class com.ibm.mq.jms.MQSession
Gets the session's distinguished message listener.
getMessageListener() - Method in class com.ibm.mq.jms.MQMessageConsumer
Gets the message consumer's MessageListener.
getMessageRetention() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates what happens to unwanted messages.
getMessageSelection() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether the client or the broker performs message selection.
getMessageSelector() - Method in class com.ibm.mq.jms.MQQueueBrowser
Gets the queue browser's message selector expression.
getMessageSelector() - Method in class com.ibm.mq.jms.MQMessageConsumer
Gets this message consumer's message selector expression.
getMetaData() - Method in class com.ibm.mq.jms.MQConnection
Gets the meta data for this connection.
getMethodTraceThreshold() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Gets the threshhold trace level at which system method tracing (within the JVM) is enabled.
getMQConnectionOptions() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the connection options.
getMQCSP() - Method in class com.ibm.mq.MQChannelExit
Gets an MQConnectionSecurityParameters object.
getMsgBatchSize() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the message batch size.
getMsgCompList() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the list of message compression techniques that have been set.
getMulticast() - Method in class com.ibm.mq.jms.MQTopic
Gets the value of the multicast attribute.
getMulticast() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the value of the multicast attribute.
getNextDistributedItem() - Method in class com.ibm.mq.MQDistributionListItem
Gets the next item in the chain.
getNoLocal() - Method in class com.ibm.mq.jms.MQMessageConsumer
Indicates whether locally published messages are inhibited.
getObject() - Method in class com.ibm.jms.JMSObjectMessage
Get the serializable Object containing this message's data.
getObject(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the Java object with the given name.
getObjectProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the Java object property value with the given name.
getOpenInputCount() - Method in class com.ibm.mq.MQQueue
Gets the number of currently valid handles for removing messages from the queue.
getOpenOutputCount() - Method in class com.ibm.mq.MQQueue
Gets the number of currently valid handles for adding messages to the queue.
getOptimisticPublication() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether transactional publish/subscribe MessageProducers should return immediately from a send/publish call rather than wait until the message has completed delivery.
getOutcomeNotification() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether the publish/subscribe MessageConsumers are informed of the outcome of acknowledge or commit calls after receiving messages.
getPersistence() - Method in class com.ibm.mq.jms.MQDestination
Gets the value of the persistence of all messages sent to this destination.
getPollingInterval() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the interval between scans of all receivers during asynchronous message delivery.
getPort() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the port number.
getPreviousDistributedItem() - Method in class com.ibm.mq.MQDistributionListItem
Gets the previous item in the chain.
getPriority() - Method in class com.ibm.mq.jms.MQMessageProducer
Gets the producer's default priority.
getPriority() - Method in class com.ibm.mq.jms.MQDestination
Gets the override priority value.
getProcessDuration() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates how promptly received messages are processed.
getProperties(Object, MQChannelHeader, URL) - Static method in class com.ibm.mq.MQQueueManager
Reads properties concerning a channel in the channel definition table.
getProperty(String) - Method in class com.ibm.mq.jms.MQDestination
Gets the named, user-defined property from the MQDestination URI.
getPropertyNames() - Method in class com.ibm.jms.JMSMessage
Gets an Enumeration of all the property names.
getProviderMajorVersion() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS provider major version number.
getProviderMinorVersion() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS provider minor version number.
getProviderVersion() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Gets the JMS provider version.
getProxyHostName() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the proxy host name.
getProxyPort() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the port number of the proxy server.
getPubAckInterval() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the number of messages that can be published before requiring acknowledgement from the broker.
getQueue() - Method in class com.ibm.mq.jms.MQQueueSender
Gets the Queue associated with this sender.
getQueue() - Method in class com.ibm.mq.jms.MQQueueReceiver
Gets the queue associated with this queue receiver.
getQueue() - Method in class com.ibm.mq.jms.MQQueueEnumeration
Gets the queue being browsed.
getQueue() - Method in class com.ibm.mq.jms.MQQueueBrowser
Gets the queue associated with this queue browser.
getQueueManager() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the name of the queue manager.
getQueueManagerReference(int) - Static method in class com.ibm.mq.MQEnvironment
Returns an MQQueueManager object reference if one is available within the specified scope.
getQueueManagerReference(int, Object) - Static method in class com.ibm.mq.MQEnvironment
Returns an MQQueueManager object reference if one is available within the specified scope.
getQueueName() - Method in class com.ibm.mq.jms.MQQueue
Gets the name of this queue.
getQueueSession() - Method in class com.ibm.mq.jms.MQXAQueueSession
Gets the Queue session associated with this XAQueueSession.
getQueueType() - Method in class com.ibm.mq.MQQueue
Gets the type of this queue.
getReason() - Method in class com.ibm.mq.jms.BrokerCommandFailedException
Gets the exception reason code.
getReasonCode() - Method in class com.ibm.mq.MQExternalUserExit
Gets the latest reason code.
getReasonCode() - Method in class com.ibm.mq.MQExitChain
Gets the reason code created in the most recent use of this object.
getReceiveExit() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the description of the receive exit.
getReceiveExitInit() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the initialization string for the receive exit.
getReceiveIsolation() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether calls by MessageConsumers are isolated from other operations.
getReference() - Method in class com.ibm.mq.jms.MQConnectionFactory
Creates a reference for this queue connection factory.
getRescanInterval() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the interval between browse scans of a queue.
getSecurityExit() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the description of the security exit.
getSecurityExitInit() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the initialization string for the security exit.
getSendExit() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the description of the send exit.
getSendExitInit() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the initialization string for the send exit.
getSession() - Method in class com.ibm.mq.jms.MQXASession
Gets the session associated with this XASession.
getShareability() - Method in class com.ibm.mq.MQQueue
Indicates whether the queue can be opened multiple times for input.
getShort(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the short value of the named key.
getShortProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the short property value with the given name.
getSparseSubscriptions() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the sparse subscriptions attribute.
getSSLCertStores() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the collection of CertStore objects.
getSSLCertStoresAsString() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the collection of CertStore objects as a String.
getSSLCipherSuite() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the CipherSuite used for SSL encryption.
getSSLFipsRequired() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether sslFips (FIPS) is required.
getSSLPeerName() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the distinguished name pattern used to validate the queue manager.
getSSLResetCount() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the SSL reset count.
getSSLSocketFactory() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the SSLSocketFactory used with SSL encryption.
getState() - Method in class com.ibm.mq.jms.MQConnectionState
Synchronized method used to obtain the state of the connection
getStatusRefreshInterval() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the status refresh interval.
getString(String) - Method in class com.ibm.jms.JMSMapMessage
Gets the String value of the named key.
getStringFromDestination() - Method in class com.ibm.mq.jms.MQDestination
Takes a JMS Destination object and produces a transport-dependent string that encapsulates the properties of the destination.
getStringProperty(String) - Method in class com.ibm.jms.JMSMessage
Gets the String property value with the given name.
getSubscriptionStore() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the SUBSTORE property.
getSyncpointAllGets() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates how syncpoint is used for GET operations.
getSyncpointAvailability() - Method in class com.ibm.mq.MQQueueManager
Indicates whether the queue manager supports units of work and syncpointing with the MQQueue.get() and MQQueue.put() methods.
getTargetClient() - Method in class com.ibm.mq.jms.MQDestination
Gets the JMS compliance indicator flag.
getTargetClientMatching() - Method in class com.ibm.mq.jms.MQConnectionFactory
is target client matching enabled.
getTemporaryModel() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the name of a model queue for creating temporary destinations.
getTempQPrefix() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the prefix used to form the name of a WebSphere MQ dynamic queue.
getText() - Method in class com.ibm.jms.JMSTextMessage
Gets the String containing this message's data.
getTimeout() - Method in class com.ibm.mq.MQSimpleConnectionManager
Gets the timeout value.
getTimeToLive() - Method in class com.ibm.mq.jms.MQMessageProducer
Gets the default length of time that a produced message will be retained by the message system.
getTopic() - Method in class com.ibm.mq.jms.MQTopicSubscriber
Gets the topic associated with this subscriber.
getTopic() - Method in class com.ibm.mq.jms.MQTopicPublisher
Gets the topic associated with this publisher.
getTopicName() - Method in class com.ibm.mq.jms.MQTopic
Gets the name of this Topic.
getTopicSession() - Method in class com.ibm.mq.jms.MQXATopicSession
Gets the topic session associated with this XATopicSession.
getTotalMessageLength() - Method in class com.ibm.mq.MQMessage
Gets the total number of bytes in the message as stored on the message queue on which this message was held.
getTraceLevel() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Gets the current trace level.
getTransacted() - Method in class com.ibm.mq.jms.MQXASession
Indicates that XA sessions are always transacted.
getTransacted() - Method in class com.ibm.mq.jms.MQSession
Indicates whether the session is in transacted mode.
getTransportType() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the transport type.
getTriggerControl() - Method in class com.ibm.mq.MQQueue
Indicates whether trigger messages are written to an initiation queue.
getTriggerData() - Method in class com.ibm.mq.MQQueue
Gets the data for the trigger message that is written to the initiation queue.
getTriggerDepth() - Method in class com.ibm.mq.MQQueue
Gets the number of messages that have to be on the queue to generate a trigger message.
getTriggerMessagePriority() - Method in class com.ibm.mq.MQQueue
Gets the message priority below which messages do not cause trigger messages.
getTriggerType() - Method in class com.ibm.mq.MQQueue
Indicates the conditions under which trigger messages are written.
getUseConnectionPooling() - Method in class com.ibm.mq.jms.MQConnectionFactory
Indicates whether connection pooling has been selected.
getUserData() - Method in class com.ibm.mq.MQProcess
Gets information pertaining to the application to be started.
getUserData() - Method in class com.ibm.mq.MQExternalUserExit
Gets the user data for the exit.
getValidDestinationCount() - Method in class com.ibm.mq.MQDistributionList
Gets the number of items in the distribution list that were opened successfully.
getVersion() - Method in class com.ibm.mq.MQMD
Gets the version of the message.
getVersion() - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the version number.
getVersionNotice() - Static method in class com.ibm.mq.MQEnvironment
Gets the current version of the Websphere MQ Java Classes.
getWMQExitClasspath() - Static method in class com.ibm.mq.MQExternalUserExit
 
getXAResource() - Method in class com.ibm.mq.jms.MQXASession
Gets the XA resource.
groupId - Variable in class com.ibm.mq.MQMD
The ID of the message group.
groupStatus - Variable in class com.ibm.mq.MQGetMessageOptions
Whether the retrieved message is in a group, and if it is, whether it is the last in the group.

H

hasMoreElements() - Method in class com.ibm.mq.jms.MQQueueEnumeration
Indicates whether another message can be returned.
hdrCompList - Static variable in class com.ibm.mq.MQEnvironment
The list of supported compressors for header compression.
hdrCompList - Variable in class com.ibm.mq.MQChannelDefinition
The list of supported header data compression techniques.
HDRCOMPLIST_LENGTH - Static variable in interface com.ibm.mq.MQC
The maximum length of the list of header compression techniques which can be set.
HEADER_COMPRESSION_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for specifying compression techniques (in order of preference) to be applied to message header data.
HOST_NAME_PROPERTY - Static variable in interface com.ibm.mq.MQC
The WebSphere MQ Java environment key for defining the host name property.
hostname - Static variable in class com.ibm.mq.MQEnvironment
The TCP/IP hostname of the machine on which the WebSphere MQ server resides.

I

inquire(int[], int[], byte[]) - Method in class com.ibm.mq.MQManagedObject
Queries requested attributes of the object.
IntErrorException - exception com.ibm.mq.jms.IntErrorException.
This exception is thrown when there is an internal problem with one of the JMS classes.
invalidDestCount - Variable in class com.ibm.mq.MQPutMessageOptions
Number of messages that could not be sent.
isConnected - Variable in class com.ibm.mq.MQQueueManager
Deprecated. Use the isConnected method instead.
isConnected() - Method in class com.ibm.mq.MQQueueManager
Indicates whether this object is currently connected to a WebSphere MQ queue manager.
isOpen - Variable in class com.ibm.mq.MQManagedObject
Deprecated. use the isOpen() method instead.
isOpen() - Method in class com.ibm.mq.MQManagedObject
Indicates whether this object is open.
isRunning() - Method in class com.ibm.mq.jms.Cleanup
Indicates whether run() is currently active.
ISSLException - exception com.ibm.mq.jms.ISSLException.
Indicates an SSL exception.
isTemporary() - Method in class com.ibm.mq.jms.MQTopic
 
itemExists(String) - Method in class com.ibm.jms.JMSMapMessage
Checks whether an item exists in this MapMessage.

J

JMSBytesMessage - class com.ibm.jms.JMSBytesMessage.
JMSBytesMessage is used to send a message containing a stream of uninterpreted bytes.
JMSC - interface com.ibm.mq.jms.JMSC.
Contains all constants used in the WebSphere MQ Java Message Service product.
JMSInvalidParameterException - exception com.ibm.mq.jms.JMSInvalidParameterException.
Indicates that an invalid parameter was passed on a method call.
JMSListenerSetException - exception com.ibm.mq.jms.JMSListenerSetException.
JMSListenerSetException indicates that a MessageListener is set.
JMSMapMessage - class com.ibm.jms.JMSMapMessage.
JMSMapMessage is used to send a set of name/type/value triplets.
JMSMessage - class com.ibm.jms.JMSMessage.
The Message interface is the root interface of all JMS messages.
JMSMessageQueueOverflowException - exception com.ibm.mq.jms.JMSMessageQueueOverflowException.
Indicates that an MessageQueue overflow has occurred.
JMSNotActiveException - exception com.ibm.mq.jms.JMSNotActiveException.
JMSNotActiveException is thrown if a resource has been closed.
JMSNotSupportedException - exception com.ibm.mq.jms.JMSNotSupportedException.
JMSNotSupportedException is thrown by methods not currently supported, for example, the application server facilities when using a direct connection to a broker.
JMSObjectMessage - class com.ibm.jms.JMSObjectMessage.
An ObjectMessage is used to send a message that contains a serializable Java Object.
JMSParameterIsNullException - exception com.ibm.mq.jms.JMSParameterIsNullException.
Indicates that the value of a method parameter is null.
JMSStreamMessage - class com.ibm.jms.JMSStreamMessage.
A StreamMessage is used to send a stream of Java primitives.
JMSTextMessage - class com.ibm.jms.JMSTextMessage.
A TextMessage is used to send a message containing a java.lang.String.

K

knownDestCount - Variable in class com.ibm.mq.MQPutMessageOptions
Number of messages successfully sent to local queues.

L

LOCAL_ADDRESS_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining firewall local address property.
localAddress - Variable in class com.ibm.mq.MQChannelDefinition
The actual TCP/IP address in use.
localAddressSetting - Static variable in class com.ibm.mq.MQEnvironment
The local address, including a range of ports, used when connecting to a WebSphere MQ queue manager through a firewall.
log - Static variable in class com.ibm.mq.MQException
Stream to which exceptions will be logged (the default is System.err).
logExclude(Integer) - Static method in class com.ibm.mq.MQException
Adds an exception type to be kept out of the log.
logInclude(Integer) - Static method in class com.ibm.mq.MQException
Allows an exception type to be put in the log.

M

main(String[]) - Static method in class com.ibm.mq.jms.Cleanup
Invokes the utility directly from a command line.
MAP_NAME_STYLE_COMPATIBLE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMapNameStyle(boolean) to indicate that the legacy com.ibm.jms.JMSMapMessage element naming format will be used.
MAP_NAME_STYLE_STANDARD - Static variable in interface com.ibm.mq.jms.JMSC
This parameter may be passed to MQConnectionFactory.setMapNameStyle(boolean) to indicate that the standard com.ibm.jms.JMSMapMessage element naming format will be used.
matchOptions - Variable in class com.ibm.mq.MQGetMessageOptions
Selection criteria that determine which message is retrieved.
maxMessageLength - Variable in class com.ibm.mq.MQChannelDefinition
The maximum length of message that can be sent to the queue manager.
maxSegmentLength - Variable in class com.ibm.mq.MQChannelExit
The maximum length for a simple transmission to a queue manager.
MESSAGE_COMPRESSION_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for specifying compression techniques (in order of preference) to be applied to message data.
messageFlags - Variable in class com.ibm.mq.MQMD
Flags controlling the segmentation and status of the message.
messageId - Variable in class com.ibm.mq.MQMD
Specifies the message identifier of the message to be retrieved.
messageSequenceNumber - Variable in class com.ibm.mq.MQMD
Sequence number of logical message within group.
messageType - Variable in class com.ibm.mq.MQMD
Indicates the type of the message.
MODE_ACTIVE - Static variable in class com.ibm.mq.MQSimpleConnectionManager
The pool is always active.
MODE_AUTO - Static variable in class com.ibm.mq.MQSimpleConnectionManager
An MQSimpleConnectionManager is active if it is the default connection manager and there is at least one connection in the pool.
MODE_INACTIVE - Static variable in class com.ibm.mq.MQSimpleConnectionManager
The pool is always inactive.
MQ_ACCOUNTING_TOKEN_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the accounting token field.
MQ_APPL_IDENTITY_DATA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the application identity field.
MQ_APPL_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the application name.
MQ_APPL_ORIGIN_DATA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines length of the application origin data field.
MQ_CHANNEL_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the channel name field.
MQ_CONN_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the connection name field.
MQ_CONN_TAG_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines length of the connection tag.
MQ_CORREL_ID_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the correlation ID field.
MQ_EXIT_DATA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the exit data.
MQ_EXIT_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the exit name.
MQ_EXIT_USER_AREA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the exit user area.
MQ_FORMAT_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines length of the message format field.
MQ_GROUP_ID_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the Group ID field.
MQ_MSG_HEADER_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the message header.
MQ_MSG_ID_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the message ID field.
MQ_MSG_TOKEN_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the message token field.
MQ_NAMELIST_DESC_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the namelist description field.
MQ_NAMELIST_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the name of the namelist.
MQ_PASSWORD_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the password field.
MQ_PROCESS_APPL_ID_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the process application ID field.
MQ_PROCESS_DESC_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the process description field.
MQ_PROCESS_ENV_DATA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the environment data field.
MQ_PROCESS_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the process name field.
MQ_PROCESS_USER_DATA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the process user data field.
MQ_PUT_APPL_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the MQ_PUT_APPL_NAME field.
MQ_Q_DESC_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the queue description field.
MQ_Q_MGR_DESC_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the queue manager description field.
MQ_Q_MGR_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the queue manager name field.
MQ_Q_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the queue name field.
MQ_QMGR_ASSOCIATION_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining whether an MQQueueManager object can be shared within a specified context.
MQ_QSG_NAME_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the queue sharing group name field.
MQ_SECURITY_ID_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the security ID field.
MQ_STORAGE_CLASS_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the storage class name field.
MQ_TRIGGER_DATA_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the trigger data field.
MQ_USER_ID_LENGTH - Static variable in interface com.ibm.mq.MQC
This defines the length of the user ID field.
MQACT_NONE - Static variable in interface com.ibm.mq.MQC
No accounting token is specified.
MQACTT_CICS_LUOW_ID - Static variable in interface com.ibm.mq.MQC
This defines a CICS LUOW accounting token.
MQACTT_DOS_DEFAULT - Static variable in interface com.ibm.mq.MQC
This defines the default MSDOS accounting token.
MQACTT_NT_SECURITY_ID - Static variable in interface com.ibm.mq.MQC
This defines the Windows security ID accounting token.
MQACTT_OS2_DEFAULT - Static variable in interface com.ibm.mq.MQC
This defines the default OS/2 accounting token.
MQACTT_OS400_ACCOUNT_TOKEN - Static variable in interface com.ibm.mq.MQC
This defines the default i5/OS accounting token.
MQACTT_UNIX_NUMERIC_ID - Static variable in interface com.ibm.mq.MQC
This defines the default UNIX numeric accounting token.
MQACTT_UNKNOWN - Static variable in interface com.ibm.mq.MQC
This defines an unknown accounting token type.
MQACTT_USER - Static variable in interface com.ibm.mq.MQC
A user-defined accounting token.
MQACTT_WINDOWS_DEFAULT - Static variable in interface com.ibm.mq.MQC
This defines the default Windows accounting token.
MQAT_AIX - Static variable in interface com.ibm.mq.MQC
This value indicates that an AIX application put the message.
MQAT_CICS - Static variable in interface com.ibm.mq.MQC
This value indicates that a CICS transaction put the message.
MQAT_CICS_BRIDGE - Static variable in interface com.ibm.mq.MQC
This value indicates that the CICS bridge put the message.
MQAT_CICS_VSE - Static variable in interface com.ibm.mq.MQC
This value indicates that a CICS/VSE transaction put the message.
MQAT_DEFAULT - Static variable in interface com.ibm.mq.MQC
This value indicates the default application type.
MQAT_DOS - Static variable in interface com.ibm.mq.MQC
This value indicates that a WebSphere MQ client application on PC DOS put the message.
MQAT_GUARDIAN - Static variable in interface com.ibm.mq.MQC
This value indicates that a Tandem Guardian application put the message.
MQAT_IMS - Static variable in interface com.ibm.mq.MQC
This value indicates that an IMS application put the message.
MQAT_IMS_BRIDGE - Static variable in interface com.ibm.mq.MQC
This value indicates that the IMS bridge put the message.
MQAT_JAVA - Static variable in interface com.ibm.mq.MQC
This value indicates that a Java application put the message.
MQAT_MVS - Static variable in interface com.ibm.mq.MQC
This value indicates that an MVS or TSO application put the message.
MQAT_NO_CONTEXT - Static variable in interface com.ibm.mq.MQC
This value is set by the queue manager when a message is put with no context (that is, the MQPMO_NO_CONTEXT context option is specified).
MQAT_NOTES_AGENT - Static variable in interface com.ibm.mq.MQC
This value indicates that a Lotus Notes Agent application put the message.
MQAT_NSK - Static variable in interface com.ibm.mq.MQC
This value indicates that a Compaq NonStop Kernel application put the message.
MQAT_OS2 - Static variable in interface com.ibm.mq.MQC
This value indicates that an OS/2 application put the message.
MQAT_OS400 - Static variable in interface com.ibm.mq.MQC
This value indicates that a i5/OS application put the message.
MQAT_QMGR - Static variable in interface com.ibm.mq.MQC
This value indicates that a queue manager put the message.
MQAT_UNIX - Static variable in interface com.ibm.mq.MQC
This value indicates that a UNIX application put the message.
MQAT_UNKNOWN - Static variable in interface com.ibm.mq.MQC
This value indicates that the type of application that put the message is unknown, even though other context information is present.
MQAT_USER_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the lowest value for user-defined application types.
MQAT_USER_LAST - Static variable in interface com.ibm.mq.MQC
This defines the highest value for user-defined application types.
MQAT_VMS - Static variable in interface com.ibm.mq.MQC
This value indicates that a Digital OpenVMS application put the message.
MQAT_VOS - Static variable in interface com.ibm.mq.MQC
This value indicates that a Stratus VOS application put the message.
MQAT_WINDOWS - Static variable in interface com.ibm.mq.MQC
This value indicates that a 16-bit Windows application put the message.
MQAT_WINDOWS_NT - Static variable in interface com.ibm.mq.MQC
This value indicates that a 32-bit Windows application put the message.
MQAT_XCF - Static variable in interface com.ibm.mq.MQC
This value indicates that XCF put the message.
MQBND_BIND_NOT_FIXED - Static variable in interface com.ibm.mq.MQC
This value indicates that binding is not fixed by the MQOPEN call.
MQBND_BIND_ON_OPEN - Static variable in interface com.ibm.mq.MQC
This value indicates that binding is fixed by the MQOPEN call.
MQC - interface com.ibm.mq.MQC.
The MQC interface defines all the constants used by the WebSphere MQ Java programming interface (except for completion code constants and error code constants).
MQCA_ALTERATION_DATE - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the date of most-recent alteration.
MQCA_ALTERATION_TIME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the time of most-recent alteration.
MQCA_APPL_ID - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the application ID.
MQCA_AUTH_INFO_CONN_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the connection name of an AuthInfo object.
MQCA_AUTH_INFO_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the description of an AuthInfo object.
MQCA_AUTH_INFO_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of an AuthInfo object.
MQCA_BACKOUT_REQ_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the excessive backout requeue queue name.
MQCA_BASE_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used to determine the name of queue that alias resolves to.
MQCA_CF_STRUC_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the description of the coupling-facility structure where the messages on the queue are stored.
MQCA_CF_STRUC_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the coupling-facility structure where the messages on the queue are stored.
MQCA_CHANNEL_AUTO_DEF_EXIT - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the user exit for automatic channel definition.
MQCA_CLUSTER_DATE - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the date when the cluster definition became available to the local queue manager.
MQCA_CLUSTER_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the cluster to which the queue belongs.
MQCA_CLUSTER_NAMELIST - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a namelist object that contains the names of clusters to which this queue belongs.
MQCA_CLUSTER_Q_MGR_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a cluster queue manager.
MQCA_CLUSTER_TIME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the time when the cluster definition became available to the local queue manager.
MQCA_CLUSTER_WORKLOAD_DATA - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the user-defined 32-byte character string that is passed to the cluster workload exit when it is called.
MQCA_CLUSTER_WORKLOAD_EXIT - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the user exit for cluster workload management.
MQCA_COMMAND_INPUT_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the command input queue defined on the local queue manager.
MQCA_COMMAND_REPLY_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the command reply queue defined on the local queue manager.
MQCA_CREATION_DATE - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the date when the queue was created.
MQCA_CREATION_TIME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the time when the queue was created.
MQCA_DEAD_LETTER_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the queue defined on the local queue manager as the dead-letter (undelivered-message) queue.
MQCA_DEF_XMIT_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the transmission queue that is used for the transmission of messages to remote queue managers, if there is no other indication of which transmission queue to use.
MQCA_ENV_DATA - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the character string that contains environment-related information pertaining to the application to be started.
MQCA_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the start of the range of valid character attribute selectors.
MQCA_IGQ_USER_ID - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the user identifier that is associated with the local intra-group queuing agent (IGQ agent).
MQCA_INITIATION_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the initiation queue defined on the local queue manager.
MQCA_LAST - Static variable in interface com.ibm.mq.MQC
This defines the end of the range of valid character attribute selectors.
MQCA_LAST_USED - Static variable in interface com.ibm.mq.MQC
This defines the highest value in the range of valid character attribute selectors that the queue manager will accept.
MQCA_LDAP_PASSWORD - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the password needed to access the defined LDAP CRL server.
MQCA_LDAP_USER_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the LDAP user name.
MQCA_NAMELIST_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the namelist description.
MQCA_NAMELIST_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the namelist name.
MQCA_NAMES - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine a list of NameCount names, where each name is the name of an object that is defined to the local queue manager.
MQCA_PROCESS_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the process description.
MQCA_PROCESS_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a process definition that is defined on the local queue manager.
MQCA_Q_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine a queue description.
MQCA_Q_MGR_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the queue manager description.
MQCA_Q_MGR_IDENTIFIER - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the internally-generated unique name for the queue manager.
MQCA_Q_MGR_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the local queue manager.
MQCA_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a queue defined on the local queue manager.
MQCA_QSG_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a queue sharing group to which the local queue manager belongs.
MQCA_REMOTE_Q_MGR_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the remote queue manager on which the queue RemoteQName is defined.
MQCA_REMOTE_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the queue as it is known on the remote queue manager RemoteQMgrName.
MQCA_REPOSITORY_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a cluster for which this queue manager provides a repository-manager service.
MQCA_REPOSITORY_NAMELIST - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of a namelist object that contains the names of clusters for which this queue manager provides a repository-manager service.
MQCA_SSL_CRL_NAMELIST - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the name of the namelist object containing names of authentication information objects.
MQCA_SSL_CRYPTO_HARDWARE - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the cryptographic hardware configuration string.
MQCA_STORAGE_CLASS - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the user-defined name that defines the physical storage used to hold the queue.
MQCA_STORAGE_CLASS_DESC - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the user-defined description of the physical storage used to hold the queue.
MQCA_TRIGGER_DATA - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the free-format data that the queue manager inserts into the trigger message when a message arriving on this queue causes a trigger message to be written to the initiation queue.
MQCA_USER_DATA - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the string that contains user information pertaining to the application to be started.
MQCA_XCF_GROUP_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the XCF group name.
MQCA_XCF_MEMBER_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the XCF member name.
MQCA_XMIT_Q_NAME - Static variable in interface com.ibm.mq.MQC
This character attribute selector is used with an MQINQ call to determine the transmission queue name.
MQCC_FAILED - Static variable in class com.ibm.mq.MQException
Completion code - call failed.
MQCC_OK - Static variable in class com.ibm.mq.MQException
Completion code - successful completion.
MQCC_UNKNOWN - Static variable in class com.ibm.mq.MQException
Completion code - unknown.
MQCC_WARNING - Static variable in class com.ibm.mq.MQException
Completion code - warning (partial completion).
MQCCSI_DEFAULT - Static variable in interface com.ibm.mq.MQC
The CodedCharSetId of the data in the String field is defined by the CodedCharSetId field in the header structure that precedes the MQCFH structure, or by the CodedCharSetId field in the MQMD if the MQCFH is at the start of the message.
MQCCSI_INHERIT - Static variable in interface com.ibm.mq.MQC
Character data in the message is in the same character set as this structure.
MQCCSI_Q_MGR - Static variable in interface com.ibm.mq.MQC
Character data in the message is in the queue manager's character set.
MQCF_DIST_LISTS - Static variable in interface com.ibm.mq.MQC
This flag indicates that distribution lists are supported by the local queue manager.
MQChannelDefinition - class com.ibm.mq.MQChannelDefinition.
Use the MQChannelDefinition class to pass information concerning the connection with the queue manager to the send, receive, and security exits.
MQChannelExit - class com.ibm.mq.MQChannelExit.
This class defines context information passed to the send, receive and security exits when they are invoked.
MQCI_NEW_SESSION - Static variable in interface com.ibm.mq.MQC
This indicates that the Message is the start of a new session.
MQCI_NONE - Static variable in interface com.ibm.mq.MQC
No correlation ID is specified.
MQCMDL_LEVEL_1 - Static variable in interface com.ibm.mq.MQC
This indicates that level 1 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_101 - Static variable in interface com.ibm.mq.MQC
This indicates that level 1.01 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_110 - Static variable in interface com.ibm.mq.MQC
This indicates that level 1.10 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_114 - Static variable in interface com.ibm.mq.MQC
This indicates that level 1.14 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_120 - Static variable in interface com.ibm.mq.MQC
This indicates that level 1.20 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_200 - Static variable in interface com.ibm.mq.MQC
This indicates that level 2.00 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_201 - Static variable in interface com.ibm.mq.MQC
This indicates that level 2.01 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_210 - Static variable in interface com.ibm.mq.MQC
This indicates that level 2.10 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_221 - Static variable in interface com.ibm.mq.MQC
This indicates that level 2.21 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_230 - Static variable in interface com.ibm.mq.MQC
This indicates that level 2.30 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_320 - Static variable in interface com.ibm.mq.MQC
This indicates that level 3.20 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_500 - Static variable in interface com.ibm.mq.MQC
This indicates that level 5.00 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_510 - Static variable in interface com.ibm.mq.MQC
This indicates that level 5.10 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_520 - Static variable in interface com.ibm.mq.MQC
This indicates that level 5.20 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_530 - Static variable in interface com.ibm.mq.MQC
This indicates that level 5.30 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_531 - Static variable in interface com.ibm.mq.MQC
This indicates that level 5.31 of system control commands are supported by the queue manager.
MQCMDL_LEVEL_600 - Static variable in interface com.ibm.mq.MQC
This indicates that level 6.00 of system control commands are supported by the queue manager.
MQCNO_FASTPATH_BINDING - Static variable in interface com.ibm.mq.MQC
This option causes the application and the local-queue-manager agent to be part of the same unit of execution.
MQCNO_FASTPATH_BINDING - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must be part of the same unit of execution.
MQCNO_ISOLATED_BINDING - Static variable in interface com.ibm.mq.MQC
This option causes the application and the local-queue-manager agent (the component that manages queuing operations) to run in separate units of execution (generally, in separate processes).
MQCNO_ISOLATED_BINDING - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution and no resources will be shared.
MQCNO_NONE - Static variable in interface com.ibm.mq.MQC
This field can be specified to aid program documentation when no MQCNO_* options need be specified.
MQCNO_RESTRICT_CONN_TAG_Q_MGR - Static variable in interface com.ibm.mq.MQC
This option indicates that connection tag use is restricted within the queue manager.
MQCNO_RESTRICT_CONN_TAG_Q_MGR - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is restricted within the queue manager.
MQCNO_RESTRICT_CONN_TAG_QSG - Static variable in interface com.ibm.mq.MQC
This option indicates that connection tag use is restricted within the queue-sharing group.
MQCNO_RESTRICT_CONN_TAG_QSG - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is restricted within the queue-sharing group.
MQCNO_SERIALIZE_CONN_TAG_Q_MGR - Static variable in interface com.ibm.mq.MQC
This option indicates that connection tag use is serialized within the queue manager.
MQCNO_SERIALIZE_CONN_TAG_Q_MGR - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is serialized within the queue manager.
MQCNO_SERIALIZE_CONN_TAG_QSG - Static variable in interface com.ibm.mq.MQC
This option indicates that connection tag use is serialized within the queue-sharing group.
MQCNO_SERIALIZE_CONN_TAG_QSG - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that connection tag use is serialized within the queue-sharing group.
MQCNO_SHARED_BINDING - Static variable in interface com.ibm.mq.MQC
This connection option causes the application and the local-queue-manager agent (the component that manages queuing operations) to run in separate units of execution (generally, in separate processes).
MQCNO_SHARED_BINDING - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution, with some resources shared between the application and the local queue manager agent.
MQCNO_STANDARD_BINDING - Static variable in interface com.ibm.mq.MQC
This connection option causes the application and the local-queue-manager agent (the component that manages queuing operations) to run in separate units of execution (generally, in separate processes).
MQCNO_STANDARD_BINDING - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMQConnectionOptions(int) to indicate that the application and the local queue manager agent must run in separate units of execution.
MQCNO_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This defines a version 1 connection options structure.
MQCNO_VERSION_2 - Static variable in interface com.ibm.mq.MQC
This defines a version 2 connection options structure.
MQCNO_VERSION_3 - Static variable in interface com.ibm.mq.MQC
This defines a version 3 connection options structure.
MQCNO_VERSION_4 - Static variable in interface com.ibm.mq.MQC
This defines a version 4 connection options structure.
MQCNO_VERSION_5 - Static variable in interface com.ibm.mq.MQC
This defines a version 5 connection options structure.
MQCO_DELETE - Static variable in interface com.ibm.mq.MQC
The queue is deleted if either of the following is true: It is a permanent dynamic queue, and there are no messages on the queue and no uncommitted get or put requests outstanding for the queue (either for the current task or any other task).
MQCO_DELETE_PURGE - Static variable in interface com.ibm.mq.MQC
The queue is deleted, and any messages on it purged, if either of the following is true: It is a permanent dynamic queue and there are no uncommitted get or put requests outstanding for the queue (either for the current task or any other task).
MQCO_NONE - Static variable in interface com.ibm.mq.MQC
No optional close processing is required.
MQCOMPRESS_NONE - Static variable in interface com.ibm.mq.MQC
Setting this value specifies that no message or header data compression is to take place.
MQCOMPRESS_RLE - Static variable in interface com.ibm.mq.MQC
Setting this value specifies that message data compression is to be performed using run-length encoding (RLE) compression.
MQCOMPRESS_SYSTEM - Static variable in interface com.ibm.mq.MQC
Setting this value specifies that header data compression is performed using run-length encoding (RLE) compression.
MQCOMPRESS_ZLIBFAST - Static variable in interface com.ibm.mq.MQC
Setting this value specifies that message data compression is performed using ZLIB encoding and with speed of compression prioritized over degree of compression.
MQCOMPRESS_ZLIBHIGH - Static variable in interface com.ibm.mq.MQC
Setting this value specifies that message data compression is performed using ZLIB encoding and with degree of compression prioritized over speed of compression.
MQConnection - class com.ibm.mq.jms.MQConnection.
A JMS MQConnection is a client's active connection to its JMS provider.
MQConnectionFactory - class com.ibm.mq.jms.MQConnectionFactory.
MQConnectionFactory is the WebSphere MQ implementation of ConnectionFactory.
MQConnectionFactory() - Constructor for class com.ibm.mq.jms.MQConnectionFactory
This is the default constructor.
MQConnectionMetaData - class com.ibm.mq.jms.MQConnectionMetaData.
MQConnectionMetaData provides information that describes the connection.
MQConnectionMetaData() - Constructor for class com.ibm.mq.jms.MQConnectionMetaData
Constructor which uses bindings connection.
MQConnectionMetaData(int) - Constructor for class com.ibm.mq.jms.MQConnectionMetaData
Constructor which permits a choice of connection types.
MQConnectionSecurityParameters - class com.ibm.mq.MQConnectionSecurityParameters.
This class is a representation of the MQCSP structure.
MQConnectionState - class com.ibm.mq.jms.MQConnectionState.
MQConnectionState is intended to be used privately inside instances of MQConnection so that they can maintain their state accurately by using syncronization. 10/05/07 AAE Created for APAR IY95370 to implement better state based locking within the MQConnection
MQConnectionState() - Constructor for class com.ibm.mq.jms.MQConnectionState
MQConnectionState Contructor.
MQCSP_AUTH_NONE - Static variable in interface com.ibm.mq.MQC
This value indicates that MQCSP user ID and password fields are not used by the Object Authority Manager (OAM) to perform authentication on a MQCONNX call.
MQCSP_AUTH_USER_ID_AND_PWD - Static variable in interface com.ibm.mq.MQC
This value indicates that MQCSP user ID and password fields will be used by the Object Authority Manager (OAM) to perform authentication on a MQCONNX call.
MQCSP_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This defines a version 1 connection security parameters structure.
MQCT_NONE - Static variable in interface com.ibm.mq.MQC
MQCT_NONE can be used when no connection tag is required.
MQDestination - class com.ibm.mq.jms.MQDestination.
An MQDestination object encapsulates a provider-specific address.
MQDistributionList - class com.ibm.mq.MQDistributionList.
Create a distribution list using the MQDistributionList constructor or the MQQueueManager.accessDistributionList() method.
MQDistributionList(MQQueueManager, MQDistributionListItem[], int, String) - Constructor for class com.ibm.mq.MQDistributionList
Creates a new distribution list and opens the queues.
MQDistributionListItem - class com.ibm.mq.MQDistributionListItem.
Represents a single item (queue) within a distribution list.
MQDistributionListItem() - Constructor for class com.ibm.mq.MQDistributionListItem
Public constructor.
MQDL_NOT_SUPPORTED - Static variable in interface com.ibm.mq.MQC
Distribution-list messages cannot be stored on the queue, because the partnering queue manager does not support distribution lists.
MQDL_SUPPORTED - Static variable in interface com.ibm.mq.MQC
Distribution-list messages can be stored on the queue, and transmitted to the partnering queue manager in that form.
MQEI_UNLIMITED - Static variable in interface com.ibm.mq.MQC
This field marks a message as having an unlimited expiration time.
MQENC_DECIMAL_MASK - Static variable in interface com.ibm.mq.MQC
Mask for packed-decimal-integer encoding.
MQENC_DECIMAL_NORMAL - Static variable in interface com.ibm.mq.MQC
Packed-decimal integers are represented in the conventional way: Each decimal digit in the printable form of the number is represented in packed decimal by a single hexadecimal digit in the range X'0' through X'9'.
MQENC_DECIMAL_REVERSED - Static variable in interface com.ibm.mq.MQC
Packed-decimal integers are represented in the same way as MQENC_DECIMAL_NORMAL, but with the bytes arranged in reverse order.
MQENC_DECIMAL_UNDEFINED - Static variable in interface com.ibm.mq.MQC
Packed-decimal integers are represented using an encoding that is undefined.
MQENC_FLOAT_IEEE_NORMAL - Static variable in interface com.ibm.mq.MQC
Floating-point numbers are represented using the standard IEEE3 floating-point format
MQENC_FLOAT_IEEE_REVERSED - Static variable in interface com.ibm.mq.MQC
Floating-point numbers are represented in the same way as MQENC_FLOAT_IEEE_NORMAL, but with the bytes arranged in reverse order.
MQENC_FLOAT_MASK - Static variable in interface com.ibm.mq.MQC
Mask for floating-point encoding.
MQENC_FLOAT_S390 - Static variable in interface com.ibm.mq.MQC
Floating-point numbers are represented using the standard zSeries(System/390) floating-point format.
MQENC_FLOAT_TNS - Static variable in interface com.ibm.mq.MQC
Floating-point numbers are represented using TNSFloat floating-point format.
MQENC_FLOAT_UNDEFINED - Static variable in interface com.ibm.mq.MQC
Floating-point numbers are represented using an encoding that is undefined.
MQENC_INTEGER_MASK - Static variable in interface com.ibm.mq.MQC
Mask for binary-integer encoding.
MQENC_INTEGER_NORMAL - Static variable in interface com.ibm.mq.MQC
Binary integers are represented in the conventional way: The least significant byte in the number has the highest address of any of the bytes in the number; the most significant byte has the lowest address.
MQENC_INTEGER_REVERSED - Static variable in interface com.ibm.mq.MQC
Binary integers are represented in the same way as MQENC_INTEGER_NORMAL, but with the bytes arranged in reverse order.
MQENC_INTEGER_UNDEFINED - Static variable in interface com.ibm.mq.MQC
Binary integers are represented using an encoding that is undefined.
MQENC_NATIVE - Static variable in interface com.ibm.mq.MQC
Numbers are encoded using the system encoding.
MQENC_RESERVED_MASK - Static variable in interface com.ibm.mq.MQC
Mask for reserved bits.
MQEnvironment - class com.ibm.mq.MQEnvironment.
MQEnvironment contains static fields that control the environment in which an MQQueueManager object (and its corresponding connection to WebSphere MQ) is constructed.
MQEnvironment() - Constructor for class com.ibm.mq.MQEnvironment
 
MQException - exception com.ibm.mq.MQException.
An MQException is thrown whenever a WebSphere MQ error occurs.
MQException(int, int, Object) - Constructor for class com.ibm.mq.MQException
Constructs a new MQException object.
MQExitChain - class com.ibm.mq.MQExitChain.
Class used for chaining send and receive user exits.
MQExitChain() - Constructor for class com.ibm.mq.MQExitChain
Constructor that creates an object with no exits defined.
MQExitClassLoader - class com.ibm.mq.MQExitClassLoader.
 
MQExitClassLoader(String) - Constructor for class com.ibm.mq.MQExitClassLoader
Creates a simple classloader to load the exit class.
MQExternalReceiveExit - class com.ibm.mq.MQExternalReceiveExit.
Enables Java code to call a non-Java receive exit.
MQExternalReceiveExit() - Constructor for class com.ibm.mq.MQExternalReceiveExit
The default constructor.
MQExternalReceiveExit(String, String, String) - Constructor for class com.ibm.mq.MQExternalReceiveExit
Constructs an object with an exit already defined.
MQExternalSecurityExit - class com.ibm.mq.MQExternalSecurityExit.
Enables Java code to call a non-Java security exit.
MQExternalSecurityExit() - Constructor for class com.ibm.mq.MQExternalSecurityExit
The default constructor.
MQExternalSecurityExit(String, String, String) - Constructor for class com.ibm.mq.MQExternalSecurityExit
Constructs an object with an exit already defined.
MQExternalSendExit - class com.ibm.mq.MQExternalSendExit.
Enables Java code to call a non-Java send exit.
MQExternalSendExit() - Constructor for class com.ibm.mq.MQExternalSendExit
The default constructor.
MQExternalSendExit(String, String, String) - Constructor for class com.ibm.mq.MQExternalSendExit
Constructs an object with an exit already defined.
MQExternalUserExit - class com.ibm.mq.MQExternalUserExit.
The MQExternalUserExit class is a superclass for MQExternalReceiveExit, MQExternalSecurityExit and MQExternalSendExit.
MQFB_ACTIVITY - Static variable in interface com.ibm.mq.MQC
Feedback indicating that an activity was performed on behalf of message.
MQFB_APPL_CANNOT_BE_STARTED - Static variable in interface com.ibm.mq.MQC
Feedback indicating that an application processing a trigger message cannot start the application named in the ApplId field of the trigger message.
MQFB_APPL_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the lowest value for application-defined feedback.
MQFB_APPL_LAST - Static variable in interface com.ibm.mq.MQC
This defines the highest value for application-defined feedback.
MQFB_APPL_TYPE_ERROR - Static variable in interface com.ibm.mq.MQC
Feedback indicating that an application processing a trigger message cannot start the application because the ApplType field of the trigger message is not valid
MQFB_BUFFER_OVERFLOW - Static variable in interface com.ibm.mq.MQC
The feedback codes can be generated by the IMS bridge to indicate that the value of one of the length fields would cause the data to overflow the message buffer.
MQFB_COA - Static variable in interface com.ibm.mq.MQC
Feedback confirming arrival on the destination queue (see MQRO_COA).
MQFB_COD - Static variable in interface com.ibm.mq.MQC
Feedback confirming delivery to the receiving application (see MQRO_COD).
MQFB_DATA_LENGTH_NEGATIVE - Static variable in interface com.ibm.mq.MQC
The feedback codes can be generated by the IMS bridge to indicate that a segment length was negative in the application data of the message.
MQFB_DATA_LENGTH_TOO_BIG - Static variable in interface com.ibm.mq.MQC
The feedback codes can be generated by the IMS bridge to indicate that a segment length too big in the application data of the message.
MQFB_DATA_LENGTH_ZERO - Static variable in interface com.ibm.mq.MQC
The feedback codes can be generated by the IMS bridge to indicate that a segment length was zero in the application data of the message.
MQFB_EXPIRATION - Static variable in interface com.ibm.mq.MQC
Feedback indicating that the message was discarded because it had not been removed from the destination queue before its expiry time had elapsed.
MQFB_IIH_ERROR - Static variable in interface com.ibm.mq.MQC
The feedback codes can be generated by the IMS bridge to indicate that the Format field in MQMD specifies MQFMT_IMS, but the message does not begin with a valid MQIIH structure.
MQFB_LENGTH_OFF_BY_ONE - Static variable in interface com.ibm.mq.MQC
The feedback codes can be generated by the IMS bridge to indicate that the value of one of the length fields was one byte too short.
MQFB_MAX_ACTIVITIES - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a trace-route message was discarded because it was involved in more than the specified maximum number of activities.
MQFB_NAN - Static variable in interface com.ibm.mq.MQC
This is used with a message of type MQMT_REPORT to indicate the nature of the report, and is only meaningful with that type of message.
MQFB_NONE - Static variable in interface com.ibm.mq.MQC
This is used with a message of type report, and indicates no feedback is provided.
MQFB_NOT_DELIVERED - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a trace-route message was discarded because it was about to be delivered to a local queue.
MQFB_NOT_FORWARDED - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a trace-route message was discarded because it was about to be forwarded to a queue manager that is unable to honor the value of the specified forwarding options.
MQFB_PAN - Static variable in interface com.ibm.mq.MQC
This is used with a message of type MQMT_REPORT to indicate the nature of the report, and is only meaningful with that type of message.
MQFB_QUIT - Static variable in interface com.ibm.mq.MQC
Feedback indicating an application ended.
MQFB_STOPPED_BY_MSG_EXIT - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a message was stopped by a channel message exit.
MQFB_SYSTEM_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the lowest value for system-generated feedback.
MQFB_SYSTEM_LAST - Static variable in interface com.ibm.mq.MQC
This defines the highest value for system-generated feedback.
MQFB_TM_ERROR - Static variable in interface com.ibm.mq.MQC
Feedback indicating that the Format field in MQMD specifies MQFMT_TRIGGER, but the message does not begin with a valid MQTM structure.
MQFB_UNSUPPORTED_DELIVERY - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a trace-route message was discarded because at least one of the delivery options was not recognized and was in the MQROUTE_DELIVER_REJ_UNSUP_MASK bitmask.
MQFB_UNSUPPORTED_FORWARDING - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a trace-route message was discarded because at least one of the forwarding options was not recognized and was in the MQROUTE_FORWARD_REJ_UNSUP_MASK bitmask.
MQFB_XMIT_Q_MSG_ERROR - Static variable in interface com.ibm.mq.MQC
Feedback indicating that a message channel agent has found that a message on the transmission queue is not in the correct format.
MQFMT_ADMIN - Static variable in interface com.ibm.mq.MQC
The message is a command-server request or reply message in programmable command format (PCF).
MQFMT_CICS - Static variable in interface com.ibm.mq.MQC
The message data begins with the CICS information header MQCIH, followed by the application data.
MQFMT_COMMAND_1 - Static variable in interface com.ibm.mq.MQC
The message is an MQSC command-server reply message containing the object count, completion code, and reason code.
MQFMT_COMMAND_2 - Static variable in interface com.ibm.mq.MQC
The message is an MQSC command-server reply message containing information about the objects requested.
MQFMT_DEAD_LETTER_HEADER - Static variable in interface com.ibm.mq.MQC
The message data begins with the dead-letter header MQDLH.
MQFMT_DIST_HEADER - Static variable in interface com.ibm.mq.MQC
The message data begins with the distribution-list header MQDH; this includes the arrays of MQOR and MQPMR records.
MQFMT_EVENT - Static variable in interface com.ibm.mq.MQC
The message is an MQ event message that reports an event that occurred.
MQFMT_IMS - Static variable in interface com.ibm.mq.MQC
The message data begins with the IMS information header MQIIH, which is followed by the application data.
MQFMT_IMS_VAR_STRING - Static variable in interface com.ibm.mq.MQC
The message is an IMS variable string, which is a string of the form llzzccc.
MQFMT_MD_EXTENSION - Static variable in interface com.ibm.mq.MQC
The message data begins with the message-descriptor extension MQMDE, and is optionally followed by other data (usually the application message data).
MQFMT_NONE - Static variable in interface com.ibm.mq.MQC
The nature of the data is undefined, and the data cannot be converted when the message is retrieved from a queue using the MQGMO_CONVERT option.
MQFMT_PCF - Static variable in interface com.ibm.mq.MQC
The message is a user-defined message that conforms to the structure of a programmable command format (PCF) message.
MQFMT_REF_MSG_HEADER - Static variable in interface com.ibm.mq.MQC
The message data begins with the reference message header MQRMH, and is optionally followed by other data.
MQFMT_RF_HEADER_1 - Static variable in interface com.ibm.mq.MQC
The message data begins with the rules and formatting header MQRFH, and is optionally followed by other data.
MQFMT_RF_HEADER_2 - Static variable in interface com.ibm.mq.MQC
The message data begins with the version 2 rules and formatting header MQRFH2, and is optionally followed by other data.
MQFMT_STRING - Static variable in interface com.ibm.mq.MQC
The application message data can be either an SBCS string (single-byte character set), or a DBCS string (double-byte character set).
MQFMT_TRIGGER - Static variable in interface com.ibm.mq.MQC
The message is a trigger message.
MQFMT_XMIT_Q_HEADER - Static variable in interface com.ibm.mq.MQC
The message data begins with the transmission queue header MQXQH.
MQGetMessageOptions - class com.ibm.mq.MQGetMessageOptions.
This class contains options which control the behaviour of MQQueue.get().
MQGetMessageOptions() - Constructor for class com.ibm.mq.MQGetMessageOptions
Constructs an MQGetMessageOptions object with options set to MQC.MQGMO_MO_WAIT, a wait interval of zero, and a blank resolved queue name.
MQGetMessageOptions(boolean) - Constructor for class com.ibm.mq.MQGetMessageOptions
Constructs an MQGetMessageOptions object with an option on reading options field.
MQGI_NONE - Static variable in interface com.ibm.mq.MQC
No group identifier is specified.
MQGMO_ACCEPT_TRUNCATED_MSG - Static variable in interface com.ibm.mq.MQC
If the message buffer is too small to hold the complete message, allow the MQGET call to fill the buffer with as much of the message as the buffer can hold.
MQGMO_ALL_MSGS_AVAILABLE - Static variable in interface com.ibm.mq.MQC
Messages in a group become available for retrieval only when all messages in the group are available.
MQGMO_ALL_SEGMENTS_AVAILABLE - Static variable in interface com.ibm.mq.MQC
Segments in a logical message become available for retrieval only when all segments in the logical message are available.
MQGMO_BROWSE_FIRST - Static variable in interface com.ibm.mq.MQC
When a queue is opened with the MQOO_BROWSE option, a browse cursor is established, positioned logically before the first message on the queue.
MQGMO_BROWSE_MSG_UNDER_CURSOR - Static variable in interface com.ibm.mq.MQC
Retrieve the message pointed to by the browse cursor nondestructively, regardless of the MQMO_* options specified in the MatchOptions field in MQGMO.
MQGMO_BROWSE_NEXT - Static variable in interface com.ibm.mq.MQC
Advance the browse cursor to the next message on the queue that satisfies the selection criteria specified on the MQGET call.
MQGMO_COMPLETE_MSG - Static variable in interface com.ibm.mq.MQC
Only a complete logical message can be returned by the MQGET call.
MQGMO_CONVERT - Static variable in interface com.ibm.mq.MQC
Requests the application data to be converted.
MQGMO_FAIL_IF_QUIESCING - Static variable in interface com.ibm.mq.MQC
Force the MQGET call to fail if the queue manager is in the quiescing state.
MQGMO_LOCK - Static variable in interface com.ibm.mq.MQC
Lock the message that is browsed, so that the message becomes invisible to any other handle open for the queue.
MQGMO_LOGICAL_ORDER - Static variable in interface com.ibm.mq.MQC
This option controls the order in which messages are returned by successive MQGET calls for the queue handle.
MQGMO_MARK_SKIP_BACKOUT - Static variable in interface com.ibm.mq.MQC
Back out a unit of work without reinstating on the queue the message that was marked with this option.
MQGMO_MSG_UNDER_CURSOR - Static variable in interface com.ibm.mq.MQC
Retrieve the message pointed to by the browse cursor, regardless of the MQMO_* options specified in the MatchOptions field in MQGMO.
MQGMO_NO_SYNCPOINT - Static variable in interface com.ibm.mq.MQC
The request is to operate outside the normal unit-of-work protocols.
MQGMO_NO_WAIT - Static variable in interface com.ibm.mq.MQC
The application does not wait if no suitable message is available.
MQGMO_NONE - Static variable in interface com.ibm.mq.MQC
This value indicates that no other options have been specified and all options assume their default values.
MQGMO_SYNCPOINT - Static variable in interface com.ibm.mq.MQC
The request is to operate within the normal unit-of-work protocols.
MQGMO_SYNCPOINT_IF_PERSISTENT - Static variable in interface com.ibm.mq.MQC
The request is to operate within the normal unit-of-work protocols, but only if the message retrieved is persistent.
MQGMO_UNLOCK - Static variable in interface com.ibm.mq.MQC
Unlock a message.
MQGMO_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This is the version number of the get-message options structure.
MQGMO_VERSION_2 - Static variable in interface com.ibm.mq.MQC
This is the version number of the get-message options structure.
MQGMO_VERSION_3 - Static variable in interface com.ibm.mq.MQC
This is the version number of the get-message options structure.
MQGMO_WAIT - Static variable in interface com.ibm.mq.MQC
The application waits until a suitable message arrives.
MQGS_LAST_MSG_IN_GROUP - Static variable in interface com.ibm.mq.MQC
This flag indicates that the message retrieved is the last in a group.
MQGS_MSG_IN_GROUP - Static variable in interface com.ibm.mq.MQC
This flag indicates that the message retrieved is in a group.
MQGS_NOT_IN_GROUP - Static variable in interface com.ibm.mq.MQC
This flag indicates that the message retrieved is not in a group.
MQIA_ACCOUNTING_CONN_OVERRIDE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine is applications can override the setting of the ACCTMQI and ACCTQDATA values in the Qmgr attribute.
MQIA_ACCOUNTING_INTERVAL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine how long before intermediate accounting records are written (in seconds).
MQIA_ACCOUNTING_MQI - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the collection of accounting information for MQI data.
MQIA_ACCOUNTING_Q - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the collection of accounting information for queues.
MQIA_APPL_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the nature of the program to be started in response to the receipt of a trigger message.
MQIA_ARCHIVE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the way that archiving mode works.
MQIA_AUTH_INFO_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the type of authentication information contained in an AuthInfoRecord.
MQIA_AUTHORITY_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether authorization (Not Authorized) events are generated.
MQIA_BACKOUT_THRESHOLD - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the backout threshold.
MQIA_CHANNEL_AUTO_DEF - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the automatic definition of channels of type MQCHT_RECEIVER and MQCHT_SVRCONN.
MQIA_CHANNEL_AUTO_DEF_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether channel automatic-definition events are generated.
MQIA_CHANNEL_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether channel events are generated.
MQIA_CLUSTER_Q_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the cluster queue type.
MQIA_CLUSTER_WORKLOAD_LENGTH - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the maximum length of message data that is passed to the cluster workload exit.
MQIA_CLWL_MRU_CHANNELS - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the maximum number of allowed active outbound channels that are not allowed.
MQIA_CLWL_Q_PRIORITY - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the priority of a queue for cluster workload management purposes.
MQIA_CLWL_Q_RANK - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the rank of a queue for cluster workload management purposes.
MQIA_CLWL_USE_REMOTE_Q - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the behavior of a put when the target queue has both a local instance and at least one remote cluster instance.
MQIA_CODED_CHAR_SET_ID - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the character set used by the queue manager for all character string fields.
MQIA_COMMAND_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether command events are generated.
MQIA_COMMAND_LEVEL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the level of system control commands supported by the queue manager.
MQIA_CONFIGURATION_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether configuration events are generated.
MQIA_CURRENT_Q_DEPTH - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of messages currently on the queue.
MQIA_DEF_BIND - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the default binding that is used when MQOO_BIND_AS_Q_DEF is specified on the MQOPEN call and the queue is a cluster queue.
MQIA_DEF_INPUT_OPEN_OPTION - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the default way in which to open the queue for input.
MQIA_DEF_PERSISTENCE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the default persistence of messages on the queue.
MQIA_DEF_PRIORITY - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the default priority for messages on the queue.
MQIA_DEFINITION_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine how the queue was defined.
MQIA_DIST_LISTS - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether distribution-list messages can be placed on the queue.
MQIA_EXPIRY_INTERVAL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the interval between scans for expired messages.
MQIA_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the start of the range of valid integer attribute selectors.
MQIA_HARDEN_GET_BACKOUT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine if hardening is used to ensure that the backout count for messages on this queue is accurate.
MQIA_HIGH_Q_DEPTH - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the maximum number of messages on the queue since the queue statistics were last reset.
MQIA_IGQ_PUT_AUTHORITY - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the type of authority checking that is performed when the local intra-group queuing agent (IGQ agent) removes a message from the shared transmission queue and places the message on a local queue.
MQIA_INDEX_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the type of index that the queue manager maintains for messages on the queue.
MQIA_INHIBIT_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether inhibit (Inhibit Get and Inhibit Put) events are generated.
MQIA_INHIBIT_GET - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether get operations for this queue are allowed.
MQIA_INHIBIT_PUT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether put operations for this queue are allowed.
MQIA_INTRA_GROUP_QUEUING - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether intra-group queuing is enabled for the queue-sharing group.
MQIA_LAST - Static variable in interface com.ibm.mq.MQC
This defines the end of the range of valid integer attribute selectors.
MQIA_LAST_USED - Static variable in interface com.ibm.mq.MQC
This defines the highest value in the range of valid integer attribute selectors that the queue manager will accept.
MQIA_LOCAL_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether local error events are generated.
MQIA_MAX_HANDLES - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the maximum number of open handles that any one task can use concurrently.
MQIA_MAX_MSG_LENGTH - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the length of the longest physical message that the queue manager can handle.
MQIA_MAX_PRIORITY - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the maximum message priority supported by the queue manager.
MQIA_MAX_Q_DEPTH - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the defined upper limit for the number of physical messages that can exist on the queue at any one time.
MQIA_MAX_UNCOMMITTED_MSGS - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the maximum number of uncommitted messages that can exist within a unit of work.
MQIA_MSG_DELIVERY_SEQUENCE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the order in which the MQGET call returns messages to the application.
MQIA_MSG_DEQ_COUNT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of messages that were removed from the queue since the queue statistics were last reset.
MQIA_MSG_ENQ_COUNT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of messages that were put on the queue since the queue statistics were last reset.
MQIA_NAME_COUNT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of names in the namelist.
MQIA_NAMELIST_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the nature of the names in the namelist, and indicates how the namelist is used.
MQIA_NPM_CLASS - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the reliability goal for nonpersistent messages.
MQIA_OPEN_INPUT_COUNT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of handles that are currently valid for removing messages from the queue by means of the MQGET call.
MQIA_OPEN_OUTPUT_COUNT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of handles that are currently valid for adding messages to the queue by means of the MQPUT call.
MQIA_PERFORMANCE_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether performance-related events are generated.
MQIA_PLATFORM - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the operating system on which the queue manager is running.
MQIA_Q_DEPTH_HIGH_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether Queue Depth High events are generated.
MQIA_Q_DEPTH_HIGH_LIMIT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the threshold against which the queue depth is compared to generate a Queue Depth High event.
MQIA_Q_DEPTH_LOW_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether Queue Depth Low events are generated.
MQIA_Q_DEPTH_LOW_LIMIT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the threshold against which the queue depth is compared to generate a Queue Depth Low event.
MQIA_Q_DEPTH_MAX_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether Queue Full events are generated.
MQIA_Q_SERVICE_INTERVAL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the service interval used for comparison to generate Service Interval High and Service Interval OK events.
MQIA_Q_SERVICE_INTERVAL_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether Service Interval High or Service Interval OK events are generated.
MQIA_Q_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the type of queue.
MQIA_QSG_DISP - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the disposition of the queue.
MQIA_REMOTE_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether remote error events are generated.
MQIA_RETENTION_INTERVAL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the period of time for which to retain the queue.
MQIA_SCOPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether an entry for this queue also exists in a cell directory.
MQIA_SHAREABILITY - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether the queue can be opened for input multiple times concurrently.
MQIA_SSL_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether SSL events are generated.
MQIA_SSL_FIPS_REQUIRED - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine if only FIPS-certified algorithms are to be used if the cryptography is executed in WebSphere MQ-provided software.
MQIA_SSL_RESET_COUNT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine when SSL channel message channel agents (MCAs) that initiate communication reset the secret key used for encryption on the channel.
MQIA_SSL_TASKS - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of server subtasks for processing SSL calls.
MQIA_START_STOP_EVENT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether start and stop events are generated.
MQIA_STATISTICS_AUTO_CLUSSDR - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether to collect online monitoring data for auto-defined cluster sender channels.
MQIA_STATISTICS_CHANNEL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the collection of statistics data for channels.
MQIA_STATISTICS_INTERVAL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine how often (in seconds) to write statistics monitoring data to the monitoring queue.
MQIA_STATISTICS_MQI - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the collection of statistics monitoring information for the queue manager.
MQIA_STATISTICS_Q - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the collection of statistics data for queues.
MQIA_SYNCPOINT - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether the local queue manager supports units of work and syncpointing with the MQGET, MQPUT, and MQPUT1 calls.
MQIA_TIME_SINCE_RESET - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the time, in seconds, since the statistics were last reset.
MQIA_TRACE_ROUTE_RECORDING - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the recording of trace route information.
MQIA_TRIGGER_CONTROL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine whether trigger messages are written to an initiation queue to start an application to service the queue.
MQIA_TRIGGER_DEPTH - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the number of messages of priority TriggerMsgPriority or greater that must be on the queue before a trigger message is written.
MQIA_TRIGGER_INTERVAL - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine a time interval (in milliseconds) used to restrict the number of trigger messages.
MQIA_TRIGGER_MSG_PRIORITY - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the message priority below which messages do not contribute to the generation of trigger messages (that is, the queue manager ignores these messages when deciding whether to generate a trigger message).
MQIA_TRIGGER_TYPE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine the conditions under which trigger messages are written as a result of messages arriving on this queue.
MQIA_USAGE - Static variable in interface com.ibm.mq.MQC
This integer attribute selector is used with an MQINQ call to determine what the queue is used for.
MQIAV_NOT_APPLICABLE - Static variable in interface com.ibm.mq.MQC
This indicates that an integer attribute (IntAttrs) value is not applicable.
MQIAV_UNDEFINED - Static variable in interface com.ibm.mq.MQC
This indicates that an integer attribute (IntAttrs) value is undefined.
MQJavaLevel - class com.ibm.mq.MQJavaLevel.
Displays information about the currently installed version of WebSphere MQ Classes for Java.
MQJavaLevel() - Constructor for class com.ibm.mq.MQJavaLevel
 
MQJMS_ADMIN_BIND_FAIL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to bind object.
MQJMS_ADMIN_BND_NONADMIN - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Binding non-administerable or not found.
MQJMS_ADMIN_CLASH_CLIENT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Clash of the client properties.
MQJMS_ADMIN_CLASH_EXITINIT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
ExitInit string supplied without Exit string.
MQJMS_ADMIN_CNT_OPEN_CFG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Cannot open configuration file.
MQJMS_ADMIN_CONF_MISSING - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Missing configuration properties.
MQJMS_ADMIN_CONVERT_CIPHER - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Matching CipherSpec {0} to CipherSuite {1} not possible.
MQJMS_ADMIN_CTX_NOT_EMPTY - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Context is not empty.
MQJMS_ADMIN_CTX_NOTFND - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Context not found.
MQJMS_ADMIN_CTX_NOTFNDU - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Context not found or cannot be deleted.
MQJMS_ADMIN_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Error.
MQJMS_ADMIN_ICF_NOT_FOUND - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Class specified by INITIAL_CONTEXT_FACTORY not found in CLASSPATH.
MQJMS_ADMIN_INV_PROP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Parameter {1} for method {0} was not valid.
MQJMS_ADMIN_INV_PROP_CTX - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The property was not valid in this context.
MQJMS_ADMIN_INV_PROP_VAL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Value {1} for property {0} was not valid.
MQJMS_ADMIN_INVALID_AUTH_TYPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The authentication type supplied was not valid - used none.
MQJMS_ADMIN_INVALID_NAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A name was supplied that was not valid.
MQJMS_ADMIN_JNDI_INITFAIL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
JNDI initialization failed.
MQJMS_ADMIN_LEXERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Lexical error.
MQJMS_ADMIN_MV_SEMIFAIL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to complete MOVE; a COPY has been done instead.
MQJMS_ADMIN_NEW_CTX_FAIL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to create context.
MQJMS_ADMIN_NON_MQJMS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Object is not a WebSphere MQ JMS administered object.
MQJMS_ADMIN_OBJ_INACTIVE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Object is inactive, so cannot perform directory operations.
MQJMS_ADMIN_OBJTYPE_MISMATCH - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Expected and actual object types do not match.
MQJMS_ADMIN_PROP_UNK - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unknown parameter: {0}.
MQJMS_ADMIN_PROPVAL_NULL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Parameter {0} is null.
MQJMS_ADMIN_SYN_ERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Syntax error.
MQJMS_ADMIN_VAL_OBJ_FAIL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to create a valid object.
MQJMS_ADMIN_WS_INST - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to create a WebSphere MQ specific class.
MQJMS_BROKER_V1 - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setBrokerVersion(int) to indicate that the broker will use RFH1 headers.
MQJMS_BROKER_V2 - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnection.setBrokerVersion(int) to indicate that the broker will use RFH2 headers.
MQJMS_CLEANUP_AS_PROPERTY - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to indicate that the style of cleanup to use will be determined by the system property com.ibm.mq.jms.cleanup, which is queried at JVM startup.
MQJMS_CLEANUP_FORCE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use forced cleanup.
MQJMS_CLEANUP_NONDUR - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to indicate that nondurable cleanup will be used.
MQJMS_CLEANUP_NONE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to disable cleanup.
MQJMS_CLEANUP_SAFE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use safe cleanup.
MQJMS_CLEANUP_STRONG - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setCleanupLevel(int) to use strong cleanup.
MQJMS_CLIENT_JMS_COMPLIANT - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setTargetClient(int) to indicate that messages will be sent to a client running the WebSphere MQ JMS client.
MQJMS_CLIENT_NONJMS_MQ - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setTargetClient(int) to indicate that messages will be sent to a non-JMS WebSphere MQ client.
MQJMS_CLIENTID_FIXED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Client ID cannot be set after connection has been used.
MQJMS_CLIENTID_NO_RESET - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Resetting the Client ID is not allowed.
MQJMS_COMPHDR_NONE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed in a Vector to MQConnectionFactory#setHdrCompList(Collection) to indicate that no message header compression will be used.
MQJMS_COMPHDR_SYSTEM - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed in a Vector to MQConnectionFactory#setHdrCompList(Collection) to indicate that RLE message header compression will be used.
MQJMS_COMPMSG_NONE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that no message data compression will be used.
MQJMS_COMPMSG_RLE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using run-length encoding (RLE) compression.
MQJMS_COMPMSG_ZLIBFAST - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using ZLIB encoding and with speed of compression taking priority over degree of compression.
MQJMS_COMPMSG_ZLIBHIGH - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed in a Vector to MQConnectionFactory#setMsgCompList(Collection) to indicate that message data compression is to be performed using ZLIB encoding and with degree of compression taking priority over speed of compression.
MQJMS_DIR_IMB_BADSOCKNAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The socket family name: {0} is not valid.
MQJMS_DIR_IMB_NOCLASS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred while attempting to load socket factory class {0}, exception: <{1}>.
MQJMS_DIR_JMS_BADID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The specified JMSMessageID, {0}, is not valid.
MQJMS_DIR_JMS_BADNUM - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Exception {1} occurred when initializing parameter {0}.
MQJMS_DIR_JMS_BDTOPIMPL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The {0} implementation of Topic is not supported.
MQJMS_DIR_JMS_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Operation not permitted on an entity that is closed.
MQJMS_DIR_JMS_FMTINT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An attempt was made to read from a Stream message before a previous read has completed.
MQJMS_DIR_JMS_INVPRI - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A JMSPriority level of {0} is outside the range specified in JMS.
MQJMS_DIR_JMS_KILLMON - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The client-side connection monitor is terminating.
MQJMS_DIR_JMS_LSTACT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Attempted to synchronously receive on a MessageConsumer for which a listener is active.
MQJMS_DIR_JMS_NEXCLIS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No ExceptionListener was set.
MQJMS_DIR_JMS_NOMORE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No more client parameter changes allowed.
MQJMS_DIR_JMS_NOTHDPOOL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred while attempting to load thread pooling support; {0}.
MQJMS_DIR_JMS_PBIOERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An IOException occurred while publishing; {0}.
MQJMS_DIR_JMS_PBNOWLD - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Topic {0} contains a wildcard, which is invalid for publishing.
MQJMS_DIR_JMS_RUNKEXC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred during synchronous receive; {0}.
MQJMS_DIR_JMS_TCFLERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred while creating the TopicConnection; {0}.
MQJMS_DIR_JMS_TCSTSTP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An IOException occurred when starting or stopping delivery on the connection; {0}.
MQJMS_DIR_JMS_THDEXC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred while initializing a thread pool instance; {0}.
MQJMS_DIR_JMS_TMPVIO - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Wrong use of temporary topic with the current connection.
MQJMS_DIR_JMS_TSBADMTC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
While creating a TopicSubscriber attempting to add the subscription to the matching engine resulted in exception: {0}.
MQJMS_DIR_JMS_TSIOERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An IOException occurred while subscribing; {0}.
MQJMS_DIR_MIN_ACK_NOT_SUPPORTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Client Acknowledge is not supported for transport type DIRECT.
MQJMS_DIR_MIN_AUTHREJ - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Minimal client connection rejected because of authentication failure.
MQJMS_DIR_MIN_BADBRKMSG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The broker sent a message during authentication which was not valid.
MQJMS_DIR_MIN_BADFIELD - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The value of field {0} is not valid.
MQJMS_DIR_MIN_BADMSG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Connector.send was called with a message value that is not valid.
MQJMS_DIR_MIN_BADTOP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A specified topic was malformed, topic; {0}.
MQJMS_DIR_MIN_BRKERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The broker indicated an error on the minimal client connection.
MQJMS_DIR_MIN_EOF - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
End of file (EOF) was encountered while receiving data in the minimal client.
MQJMS_DIR_MIN_EXP_NOT_SUPPORTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A Topic Expiry greater than zero not supported for transport type DIRECT.
MQJMS_DIR_MIN_INTERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An unexpected internal error occurred in the minimal client.
MQJMS_DIR_MIN_NOQOP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No QOP available in the minimal client.
MQJMS_DIR_MIN_NOSUB - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unauthorized subscription to topic {0}.
MQJMS_DIR_MIN_NOTBYTES - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A Byte message operation was requested on something that is not a Byte message.
MQJMS_DIR_MIN_NOTMAP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A Map message operation was requested on something that is not a Map message.
MQJMS_DIR_MIN_NOTSTREAM - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A Stream message operation was requested on something that is not a Stream message.
MQJMS_DIR_MIN_NOTTEXT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A Text message operation was requested on something that is not a Text message.
MQJMS_DIR_MIN_NOXASUP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Transport type DIRECT within a transaction is not supported.
MQJMS_DIR_MIN_PER_NOT_SUPPORTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Persistent messages not supported for transport type DIRECT.
MQJMS_DIR_MIN_SECLDERR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred while loading the minimal client security implementation.
MQJMS_DIR_MIN_TTL_NOT_SUPPORTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Time to Live greater than zero not supported for transport type DIRECT.
MQJMS_DIR_MIN_UNVPRO - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The broker requested an unavailable protocol during authentication.
MQJMS_DIR_MIN_UNXEXC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An unexpected exception in minimal client; {0}.
MQJMS_DIR_MTCH_BDESC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The escape sequence was used to terminate the pattern; {0}.
MQJMS_DIR_MTCH_BDESCL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The escape sequence {0} passed to the pattern tool is longer than one character.
MQJMS_DIR_MTCH_BDMSG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occured while attempting to access a field of a message; {0}.
MQJMS_DIR_MTCH_BDSEP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The Topic segment separator {0} appears in an incorrect position.
MQJMS_DIR_MTCH_BDWLD - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An incorrect use of the Topic wildcard character {0} was detected.
MQJMS_DIR_MTCH_ECNMIN - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An EvalCache get or put operation specified an invalid ID.
MQJMS_DIR_MTCH_NULCH - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An attempt was made to remove an object with a Topic {0} from the matching engine, but it did not have a cache entry: {1}.
MQJMS_DIR_MTCH_NULRM - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An attempt was made to remove an object with Topic {0} from an empty matching engine: {1}.
MQJMS_DIR_MTCH_PSTPER - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An exception occurred while parsing a subscription selector; {0}.
MQJMS_DIR_MTCH_TOMNY - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Too many content attributes were specified.
MQJMS_DIR_MTCH_UNKEXC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An unexpected exception occured in the matching engine: {0}.
MQJMS_DIR_MTCH_UNXTYP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
A message field was expected to contain a value of type {0} but contained one of type {1}.
MQJMS_DIR_PGM_LIB_NOT_FOUND - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to load the native library required for PGM/IP.
MQJMS_DIRECTAUTH_BASIC - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setDirectAuth(int) to indicate either no authentication or basic user name and password authentication will be used.
MQJMS_DIRECTAUTH_CERTIFICATE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setDirectAuth(int) to indicate public key certificate authentication will be used.
MQJMS_E_11_INVALID_CROSS_DOMAIN - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Attribute for a domain specific object was not valid.
MQJMS_E_11_INVALID_DOMAIN_SPECIFIC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Operation for a domain specific object was not valid.
MQJMS_E_11_SERVICES_NOT_SETUP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The required queues or publish/subscribe services are not set up: {0}.
MQJMS_E_BAD_CCSID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The character set {0} is not supported.
MQJMS_E_BAD_DEST_STR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to reconstitute destination from {0}.
MQJMS_E_BAD_ELEMENT_NAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Message element name: {0} is not valid.
MQJMS_E_BAD_EXIT_CLASS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to create instance of exit class {0}.
MQJMS_E_BAD_PROPERTY_NAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Invalid message property name: {0}.
MQJMS_E_BAD_RFH2 - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The MQRFH2 header has an incorrect format.
MQJMS_E_BAD_TIMEOUT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Timeout not valid for WebSphere MQ.
MQJMS_E_BAD_TYPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The property or element in the message has an incompatible datatype {0}.
MQJMS_E_BATCH_SIZE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Incorrect message batch size (must be greater than zero).
MQJMS_E_BROKER_MESSAGE_CONTENT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The broker control message content: {0} is not valid.
MQJMS_E_BROWSE_MSG_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to browse message.
MQJMS_E_BYTE_TO_STRING - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The JMS client attempted to convert a byte array to a String.
MQJMS_E_CC_MIXED_DOMAIN - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Mixed-domain consumers acting on the same input is forbidden.
MQJMS_E_CLEANUP_NONE_REQUESTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Cleanup level of NONE requested.
MQJMS_E_CLEANUP_REP_BAD_LEVEL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Level for repeating Cleanup is not valid.
MQJMS_E_CLOSE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Close failed because of {0}.
MQJMS_E_CONN_DEST_MISMATCH - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Connection and Destination mismatch.
MQJMS_E_DELIVERY_MODE_INVALID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The delivery mode was not valid.
MQJMS_E_DESERIALISE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to deserialize an object.
MQJMS_E_DISCARD_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Error while discarding message.
MQJMS_E_DLH_READ_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Error reading dead letter header.
MQJMS_E_DLH_WRITE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Error writing dead letter header.
MQJMS_E_DLQ_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to write a message to dead letter queue.
MQJMS_E_EXCP_LSTNR_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
ExceptionListener threw exception: {0}.
MQJMS_E_IDENT_PRO_INVALID_OP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The operation is not valid for the identified producer.
MQJMS_E_INTERNAL_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An internal error has occurred.
MQJMS_E_INVALID_ESCAPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An incorrect XML escape sequence detected {0}.
MQJMS_E_INVALID_HEX_STRING - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
String is not a valid hexadecimal number - {0}.
MQJMS_E_INVALID_MAP_MESSAGE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The map message has an incorrect format.
MQJMS_E_INVALID_MESSAGE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Cannot transmit JMS messages which are not WebSphere MQ messages.
MQJMS_E_INVALID_SESSION - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Session object not valid.
MQJMS_E_INVALID_STREAM_MESSAGE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The stream message has an incorrect format.
MQJMS_E_INVALID_SURROGATE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An incorrect UTF-16 surrogate character detected {0}.
MQJMS_E_JNDI_GENERAL_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
JNDI failed due to {0}.
MQJMS_E_LOG_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to log error.
MQJMS_E_MSG_LSTNR_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
MessageListener threw: {0}.
MQJMS_E_MULTICAST_HEARTBEAT_TIMEOUT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Multicast connection disconnected due to timeout.
MQJMS_E_MULTICAST_LOST_MESSAGES - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Lost {0} messages in reliable multicast mode.
MQJMS_E_MULTICAST_NOT_AVAILABLE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Multicast connection cannot be established.
MQJMS_E_MULTICAST_PORT_INVALID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Cannot connect with a specific local port for multicast.
MQJMS_E_NO_BORQ - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No Backout-Requeue queue defined.
MQJMS_E_NO_MSG_LISTENER - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No message listener.
MQJMS_E_NO_SESSION - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Message has no session associated with it.
MQJMS_E_NO_STR_CONSTRUCTOR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
There is no constructor with a String argument.
MQJMS_E_NO_UTF8 - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Fatal error - UTF8 not supported.
MQJMS_E_NO_XARESOURCE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to obtain XAResource.
MQJMS_E_NON_LOCAL_RXQ - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Non-local WebSphere MQ queue not valid for receiving or browsing.
MQJMS_E_NOT_ALLOWED_WITH_XA - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Operation for an XA transacted session was not valid.
MQJMS_E_NOT_IMPLEMENTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Not implemented.
MQJMS_E_NULL_CONNECTION - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No valid connection available.
MQJMS_E_NULL_MESSAGE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to process a null message.
MQJMS_E_NULL_POOL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Null ServerSessionPool has been provided.
MQJMS_E_QMGR_NAME_INQUIRE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The queue manager name could not be queried.
MQJMS_E_QUEUE_NOT_LOCAL_OR_ALIAS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Specified WebSphere MQ Queue is neither a QLOCAL nor a QALIAS queue.
MQJMS_E_READING_MSG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Exception occurred reading message body: {0}.
MQJMS_E_RECOVER_BO_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to recover: unacknowledged messages might not get redelivered.
MQJMS_E_REDIRECT_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to redirect message.
MQJMS_E_REQUEUE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Message requeue failed.
MQJMS_E_RESOURCE_BUNDLE_NOT_FOUND - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to locate the resource bundle.
MQJMS_E_RFH_CONTENTS_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
RFH content was unrecognised or not valid.
MQJMS_E_RFH_READ_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Error reading RFH.
MQJMS_E_RFH_WRITE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Error writing RFH.
MQJMS_E_ROLLBACK_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to roll back.
MQJMS_E_S390_DOUBLE_TOO_BIG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Number outside of range for double precision z/OS Float {0}.
MQJMS_E_SECURITY_CREDS_INVALID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Security credentials cannot be specified when using WebSphere MQ bindings.
MQJMS_E_SERIALISE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to serialize an object.
MQJMS_E_SESSION_ASYNC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Operation cannot be performed while the session is using asynchronous delivery.
MQJMS_E_SESSION_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Session closed.
MQJMS_E_SESSION_IS_TRANSACTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The operation is not valid for a transacted session.
MQJMS_E_SESSION_NOT_TRANSACTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The operation is not valid for a non-transacted session.
MQJMS_E_START_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Start failed because of {0}.
MQJMS_E_SYSTEM_PROPERTY_NOT_FOUND - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to find the system property {0}.
MQJMS_E_TMPQ_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Temporary queue already closed or deleted.
MQJMS_E_TMPQ_DEL_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to delete temporary queue.
MQJMS_E_TMPQ_DEL_STATIC - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Cannot delete a static queue.
MQJMS_E_TMPQ_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to create a temporary queue from {0}.
MQJMS_E_TMPQ_INUSE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Temporary queue in use.
MQJMS_E_TMPT_DELETED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
TemporaryTopic already deleted.
MQJMS_E_TMPT_IN_USE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
TemporaryTopic in use.
MQJMS_E_TMPT_OUTOFSCOPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
TemporaryTopic out of scope.
MQJMS_E_TRACE_FILE_NOT_FOUND - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The trace file does not exist.
MQJMS_E_TRACE_STREAM_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to connect to Trace stream.
MQJMS_E_UNIDENT_PRO_INVALID_OP - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Operation not valid for unidentified producer.
MQJMS_E_UNKNOWN_TARGET_CLIENT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unknown value of target client: {0}.
MQJMS_E_UNKNOWN_TRANSPORT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unknown value of transportType: {0}.
MQJMS_E_UNREC_BROKER_MESSAGE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unrecognized message from publish / subscribe broker.
MQJMS_E_UNSUPPORTED_TYPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unsupported property or element datatype {0}.
MQJMS_ERR_QSENDER_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
QueueSender is closed.
MQJMS_EXC_ENLIST_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Enlist failed.
MQJMS_EXCEPTION_AUTHENTICATION_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The security authentication supplied for MQQueueManager was not valid.
MQJMS_EXCEPTION_BAD_STATE_TRANSITION - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unhandled state transition from {0} to {1}.
MQJMS_EXCEPTION_BAD_VALUE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The value for {0}:{1} is not valid.
MQJMS_EXCEPTION_CONNECTION_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Connection closed.
MQJMS_EXCEPTION_GET_MSG_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to get message from an MQQueue object.
MQJMS_EXCEPTION_ILLEGAL_STATE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Method {0} has been invoked at an illegal or inappropriate time, or the provider is not in an appropriate state for the requested operation.
MQJMS_EXCEPTION_INVALID_CLIENTID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
JMS client attempted to set a client ID on a connection
Explanation: An application attempted to set the client ID property of a valid connection to null, or attempted to set the clientId property of an invalid connection.
MQJMS_EXCEPTION_INVALID_DESTINATION - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Destination not understood or no longer valid.
MQJMS_EXCEPTION_INVALID_SELECTOR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
JMS Client has given JMS provider a message selector with incorrect syntax.
MQJMS_EXCEPTION_MESSAGE_EOF - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MQJMS_EXCEPTION_MESSAGE_FORMAT - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
JMS Client attempts to use a data type not supported by a message or attempts to read data in the wrong type.
MQJMS_EXCEPTION_MQ_NULL_Q - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
MQQueue reference is null.
MQJMS_EXCEPTION_MQ_NULL_QMGR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
MQQueueManager reference is null.
MQJMS_EXCEPTION_MQ_Q_CLOSE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to close WebSphere MQ queue.
MQJMS_EXCEPTION_MQ_Q_INQUIRE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to inquire an MQQueue object depth.
MQJMS_EXCEPTION_MQ_Q_OPEN_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to open an MQQueue object.
MQJMS_EXCEPTION_MQ_QM_COMMIT_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
MQQueueManager.commit() failed.
MQJMS_EXCEPTION_MQ_UNKNOWN_DEFTYPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unknown value for an MQQueue object definitionType: {0}.
MQJMS_EXCEPTION_MSG_CREATE_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to create JMS message.
MQJMS_EXCEPTION_NULL_ELEMENT_NAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Element name is null.
MQJMS_EXCEPTION_NULL_PROPERTY_NAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Property name is null.
MQJMS_EXCEPTION_PUT_MSG_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to send message to an MQQueue object.
MQJMS_EXCEPTION_QMDISC_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to disconnect queue manager.
MQJMS_EXCEPTION_QMGR_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to create an MQQueueManager for {0}.
MQJMS_EXCEPTION_RESOURCE_ALLOCATION - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
JMS Provider is unable to allocate the resources required for a method.
MQJMS_EXCEPTION_SOME_PROBLEM - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
WebSphere MQ problem: {0}.
MQJMS_EXCEPTION_TRANSACTION_IN_PROGRESS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Operation cannot be performed while a transaction is in progress.
MQJMS_EXCEPTION_TRANSACTION_ROLLED_BACK - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Call to Session.commit resulted in a rollback of the current transaction.
MQJMS_EXCEPTION_UNEXPECTED_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
An internal error has occurred.
MQJMS_EXCEPTION_UNKNOWN_ACK_MODE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unknown acknowledgement mode {0}.
MQJMS_EXCEPTION_XACLOSE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
XACLOSE failed.
MQJMS_EXP_APP - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setExpiry(long) to indicate that the message expiry time is set to the value supplied by the application.
MQJMS_EXP_UNLIMITED - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setExpiry(long) to indicate that the message expiry time is set to unlimited.
MQJMS_FIQ_NO - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setFailIfQuiesce(int) to indicate applications accessing a quiescing queue manager will not fail.
MQJMS_FIQ_YES - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setFailIfQuiesce(int) to indicate applications accessing a quiescing queue manager will fail.
MQJMS_LOCAL_XA_CLASH - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Local transactions not allowed with XA sessions.
MQJMS_MESSAGECONSUMER_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Message Consumer is closed.
MQJMS_MESSAGEPRODUCER_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Message Producer is closed.
MQJMS_Messages - class com.ibm.mq.jms.services.MQJMS_Messages.
Defines the most common exceptions that can be generated by WebSphere MQ JMS.
MQJMS_MRET_NO - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMessageRetention(int) to indicate that unwanted messages will be dealt with according to their disposition options.
MQJMS_MRET_YES - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMessageRetention(int) to indicate that unwanted messages will remain on the input queue.
MQJMS_MSEL_AND_BVER_INCOMPATIBLE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Broker message selection is only valid when using WebSphere MQ Integrator broker.
MQJMS_MSEL_BROKER - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMessageSelection(int) to indicate that the broker will perform message selection.
MQJMS_MSEL_CLIENT - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMessageSelection(int) to indicate that the client will perform message selection.
MQJMS_MULTICAST_AS_CF - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMulticast(int) to indicate that multicast usage on the Topic will be determined by the setting on MQConnectionFactory.
MQJMS_MULTICAST_DISABLED - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMulticast(int) to disable multicast be disabled.
MQJMS_MULTICAST_ENABLED - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMulticast(int) to enable multicast, if available.
MQJMS_MULTICAST_NOT_RELIABLE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMulticast(int) to enable multicast but not to use reliable delivery.
MQJMS_MULTICAST_RELIABLE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setMulticast(int) to to enable multicast with reliable delivery only.
MQJMS_PER_APP - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence is set to the value supplied by the application.
MQJMS_PER_NON - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence for all messages is set to javax.jms.DeliveryMode.NON_PERSISTENT.
MQJMS_PER_NPHIGH - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPersistence(int) to indicate that messages will use NPMCLASS(HIGH) persistence if it is available on the queue.
MQJMS_PER_PER - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence for all messages is set to javax.jms.DeliveryMode.PERSISTENT.
MQJMS_PER_QDEF - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPersistence(int) to indicate that the persistence is taken from the queue definition.
MQJMS_PRI_APP - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPriority(int) to indicate that the priority is set to the value supplied by the application.
MQJMS_PRI_QDEF - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQDestination.setPriority(int) to indicate that the priority is taken from the queue definition.
MQJMS_PROCESSING_SHORT - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setProcessDuration(int) to indicate that the processing of a MessageConsumers messages is guaranteed to be completed promptly.
MQJMS_PROCESSING_UNKNOWN - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setProcessDuration(int) to indicate that the processing of a MessageConsumers messages will take an unknown amount of time.
MQJMS_PS_COMMAND_MSG_BUILD - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to build command {0}.
MQJMS_PS_COMMAND_MSG_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to publish command to WebSphere MQ queue.
MQJMS_PS_GENERAL_ERROR - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Publish/Subscribe failed due to {0}.
MQJMS_PS_INCORRECT_SUBSTORE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Incorrect subscription store type.
MQJMS_PS_INVALID_SUBQ_PREFIX - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Subscriber queue prefix was not valid: {0}.
MQJMS_PS_NULL_CLIENTID - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The use of an uninitialized client ID is not possible.
MQJMS_PS_NULL_NAME - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The use of a null name is not possible.
MQJMS_PS_PUBLISH_MSG_BUILD - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to build publish message.
MQJMS_PS_PUBLISH_MSG_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to publish message to WebSphere MQ queue.
MQJMS_PS_STORE_ADMIN_ENTRY - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to store admininstration entry.
MQJMS_PS_SUB_ACTIVE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Subscription has an active TopicSubscriber.
MQJMS_PS_SUB_Q_DELETE_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to delete subscriber queue {0}.
MQJMS_PS_SUB_Q_OPEN_FAILED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Failed to open subscriber queue {0}.
MQJMS_PS_SUBQ_REQUEUE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Durable re-subscribe must use same subscriber queue; specified: {0}, original: {1}.
MQJMS_PS_SUBSTORE_NOT_SUPPORTED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Subscription store type not supported by queue manager.
MQJMS_PS_TOPIC_NULL - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Topic reference is null.
MQJMS_PS_UNKNOWN_DS - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unknown durable subscription {0}.
MQJMS_PS_WRONG_SUBSCRIPTION_TYPE - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Incorrect subscription type for this subscription store.
MQJMS_PUBLISHER_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
TopicPublisher is closed.
MQJMS_QRECEIVER_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
QueueReceiver is closed.
MQJMS_RCVISOL_COMMITTED - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setReceiveIsolation(int) to indicate that publish/subscribe MessageConsumers can only attempt to receive messages that have been committed by their publisher.
MQJMS_RCVISOL_UNCOMMITTED - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setReceiveIsolation(int) to indicate that publish/subscribe MessageConsumers are willing to see messages that have not yet been committed by their publisher.
MQJMS_SUBSCRIBER_CLOSED - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
TopicSubscriber is closed.
MQJMS_SUBSTORE_BROKER - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Broker subscription store will be used to hold details of subscriptions.
MQJMS_SUBSTORE_MIGRATE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Migrate subscription store will be used to hold details of subscriptions.
MQJMS_SUBSTORE_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setSubscriptionStore(int) to indicate the Queue subscription store will be used to hold details of subscriptions.
MQJMS_TP_BINDINGS_MQ - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to the queue manager in bindings mode.
MQJMS_TP_CLIENT_MQ_TCPIP - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to the queue manager in (client TCP/IP) mode.
MQJMS_TP_DIRECT_HTTP - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to a broker in DirectHTTP mode.
MQJMS_TP_DIRECT_TCPIP - Static variable in interface com.ibm.mq.jms.JMSC
This parameter can be passed to MQConnectionFactory.setTransportType(int) to indicate that the application should connect to a broker in DirectIP mode.
MQJMS_UTIL_PS_NO_BRK_Q - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to access the broker control queue on the queue manager.
MQJMS_UTIL_PS_NO_BROKER - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
No broker response.
MQJMS_UTIL_PS_NO_MSG - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
The broker appears to be running, but the message did not arrive.
MQJMS_UTIL_PS_NO_QM - Static variable in class com.ibm.mq.jms.services.MQJMS_Messages
Unable to connect to queue manager.
MQJMSLevel - class com.ibm.mq.jms.MQJMSLevel.
Displays information about the currently installed version of WebSphere MQ Classes for Java Message Service.
MQJMSLevel() - Constructor for class com.ibm.mq.jms.MQJMSLevel
 
MQManagedObject - class com.ibm.mq.MQManagedObject.
MQManagedObject is a superclass for MQDistributionList, MQProcess, MQQueue, MQQueueManager.
MQMD - class com.ibm.mq.MQMD.
The MQMD class contains the control information that accompanies the application data when a message travels between the sending and receiving applications.
MQMD_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This is the message descriptor structure version number.
MQMD_VERSION_2 - Static variable in interface com.ibm.mq.MQC
This is the message descriptor structure version number.
MQMD() - Constructor for class com.ibm.mq.MQMD
The default constructor.
MQMDS_FIFO - Static variable in interface com.ibm.mq.MQC
This determines the order in which the MQGET call returns messages to the application.
MQMDS_PRIORITY - Static variable in interface com.ibm.mq.MQC
This determines the order in which the MQGET call returns messages to the application.
MQMessage - class com.ibm.mq.MQMessage.
MQMessage represents both the message descriptor and the data for a WebSphere MQ message.
MQMessage() - Constructor for class com.ibm.mq.MQMessage
The default constructor.
MQMessageConsumer - class com.ibm.mq.jms.MQMessageConsumer.
MQMessageConsumer is the parent interface for all message consumers.
MQMessageProducer - class com.ibm.mq.jms.MQMessageProducer.
A client uses an MQMessageProducer to send messages to a destination.
MQMF_ACCEPT_UNSUP_IF_XMIT_MASK - Static variable in interface com.ibm.mq.MQC
This mask identifies the bit positions within the MsgFlags field where message flags that are not supported by the local queue manager are nevertheless accepted on the MQPUT or MQPUT1 calls provided that both of the following conditions are satisfied: The message is destined for a remote queue manager.
MQMF_ACCEPT_UNSUP_MASK - Static variable in interface com.ibm.mq.MQC
This mask identifies the bit positions within the MsgFlags field where message flags that are not supported by the local queue manager are nevertheless accepted on the MQPUT or MQPUT1 calls.
MQMF_LAST_MSG_IN_GROUP - Static variable in interface com.ibm.mq.MQC
Message is the last logical message in a group.
MQMF_LAST_SEGMENT - Static variable in interface com.ibm.mq.MQC
Message is the last segment of a logical message.
MQMF_MSG_IN_GROUP - Static variable in interface com.ibm.mq.MQC
Indicates that the message is a member of a group.
MQMF_NONE - Static variable in interface com.ibm.mq.MQC
No message flags (default message attributes).
MQMF_REJECT_UNSUP_MASK - Static variable in interface com.ibm.mq.MQC
This mask identifies the bit positions within the MsgFlags field where message flags that are not supported by the local queue manager cause the MQPUT or MQPUT1 call to fail with completion code MQCC_FAILED and reason code MQRC_MSG_FLAGS_ERROR.
MQMF_SEGMENT - Static variable in interface com.ibm.mq.MQC
Message is a segment of a logical message.
MQMF_SEGMENTATION_ALLOWED - Static variable in interface com.ibm.mq.MQC
This option allows the message to be broken into segments by the queue manager.
MQMF_SEGMENTATION_INHIBITED - Static variable in interface com.ibm.mq.MQC
This option prevents the message being broken into segments by the queue manager.
MQMI_NONE - Static variable in interface com.ibm.mq.MQC
No message identifier is specified.
MQMO_MATCH_CORREL_ID - Static variable in interface com.ibm.mq.MQC
The message to be retrieved must have a correlation identifier that matches the value of the CorrelId field in the MsgDesc parameter of the MQGET call.
MQMO_MATCH_GROUP_ID - Static variable in interface com.ibm.mq.MQC
The message to be retrieved must have a group identifier that matches the value of the GroupId field in the MsgDesc parameter of the MQGET call.
MQMO_MATCH_MSG_ID - Static variable in interface com.ibm.mq.MQC
The message to be retrieved must have a message identifier that matches the value of the MsgId field in the MsgDesc parameter of the MQGET call.
MQMO_MATCH_MSG_SEQ_NUMBER - Static variable in interface com.ibm.mq.MQC
The message to be retrieved must have a message sequence number that matches the value of the MsgSeqNumber field in the MsgDesc parameter of MQGMO the MQGET call.
MQMO_MATCH_MSG_TOKEN - Static variable in interface com.ibm.mq.MQC
The message to be retrieved must have a message token that matches the value of the MsgToken field in the MQGMO structure specified on the MQGET call.
MQMO_MATCH_OFFSET - Static variable in interface com.ibm.mq.MQC
The message to be retrieved must have an offset that matches the value of the Offset field in the MsgDesc parameter of the MQGET call.
MQMO_NONE - Static variable in interface com.ibm.mq.MQC
Do not use matches in selecting the message to be returned.
MQMT_APPL_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the lowest value for application-defined message types.
MQMT_APPL_LAST - Static variable in interface com.ibm.mq.MQC
This defines the highest value for application-defined message types.
MQMT_DATAGRAM - Static variable in interface com.ibm.mq.MQC
The message is one that does not require a reply.
MQMT_REPLY - Static variable in interface com.ibm.mq.MQC
The message is the reply to an earlier request message (MQMT_REQUEST).
MQMT_REPORT - Static variable in interface com.ibm.mq.MQC
The message is reporting on an expected or unexpected occurrence, usually related to another message.
MQMT_REQUEST - Static variable in interface com.ibm.mq.MQC
The message is one that requires a reply.
MQMT_SYSTEM_FIRST - Static variable in interface com.ibm.mq.MQC
This defines the lowest value for system-defined message types.
MQMT_SYSTEM_LAST - Static variable in interface com.ibm.mq.MQC
This defines the highest value for system-defined message types.
MQMTOK_NONE - Static variable in interface com.ibm.mq.MQC
No message token is specified.
MQOD - class com.ibm.mq.MQOD.
An MQOD instance is used to specify an object by name.
MQOL_UNDEFINED - Static variable in interface com.ibm.mq.MQC
Original length of message is not defined.
MQOO_ALTERNATE_USER_AUTHORITY - Static variable in interface com.ibm.mq.MQC
The AlternateUserId field in the ObjDesc parameter contains a user identifier to use to validate this MQOPEN call.
MQOO_BIND_AS_Q_DEF - Static variable in interface com.ibm.mq.MQC
The local queue manager binds the queue handle in the way defined by the DefBind queue attribute.
MQOO_BIND_NOT_FIXED - Static variable in interface com.ibm.mq.MQC
This stops the local queue manager binding the queue handle to a particular instance of the destination queue.
MQOO_BIND_ON_OPEN - Static variable in interface com.ibm.mq.MQC
The local queue manager binds the queue handle to a particular instance of the destination queue when the queue is opened.
MQOO_BROWSE - Static variable in interface com.ibm.mq.MQC
Open the queue to browse messages.
MQOO_FAIL_IF_QUIESCING - Static variable in interface com.ibm.mq.MQC
The MQOPEN call fails if the queue manager is in quiescing state.
MQOO_INPUT_AS_Q_DEF - Static variable in interface com.ibm.mq.MQC
Open the queue to get messages using the queue-defined default.
MQOO_INPUT_EXCLUSIVE - Static variable in interface com.ibm.mq.MQC
Open the queue to get messages with exclusive access.
MQOO_INPUT_SHARED - Static variable in interface com.ibm.mq.MQC
Open the queue to get messages with shared access.
MQOO_INQUIRE - Static variable in interface com.ibm.mq.MQC
Open the object to query attributes.
MQOO_OUTPUT - Static variable in interface com.ibm.mq.MQC
Open the queue to put messages.
MQOO_PASS_ALL_CONTEXT - Static variable in interface com.ibm.mq.MQC
This allows the MQPMO_PASS_ALL_CONTEXT option to be specified in the PutMsgOpts parameter when a message is put on a queue.
MQOO_PASS_IDENTITY_CONTEXT - Static variable in interface com.ibm.mq.MQC
This allows the MQPMO_PASS_IDENTITY_CONTEXT option to be specified in the PutMsgOpts parameter when a message is put on a queue.
MQOO_RESOLVE_LOCAL_Q - Static variable in interface com.ibm.mq.MQC
Fill the ResolvedQName in the MQOD structure with the name of the local queue that was opened.
MQOO_SAVE_ALL_CONTEXT - Static variable in interface com.ibm.mq.MQC
Context information is associated with this queue handle.
MQOO_SET - Static variable in interface com.ibm.mq.MQC
Open the queue to set attributes.
MQOO_SET_ALL_CONTEXT - Static variable in interface com.ibm.mq.MQC
This allows the MQPMO_SET_ALL_CONTEXT option to be specified in the PutMsgOpts parameter when a message is put on a queue.
MQOO_SET_IDENTITY_CONTEXT - Static variable in interface com.ibm.mq.MQC
This allows the MQPMO_SET_IDENTITY_CONTEXT option to be specified in the PutMsgOpts parameter when a message is put on a queue.
MQPER_NOT_PERSISTENT - Static variable in interface com.ibm.mq.MQC
The message does not usually survive system failures or queue manager restarts.
MQPER_PERSISTENCE_AS_Q_DEF - Static variable in interface com.ibm.mq.MQC
If the queue is not a cluster queue, the persistence of the message is taken from the DefPersistence attribute defined at the local queue manager, even if the destination queue manager is remote.
MQPER_PERSISTENT - Static variable in interface com.ibm.mq.MQC
The message survives system failures and restarts of the queue manager.
MQPL_AIX - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is AIX (same value as MQPL_UNIX).
MQPL_MVS - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is MVS/ESA (same value as MQPL_ZOS).
MQPL_NSK - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is Compaq NonStop Kernel.
MQPL_OS2 - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is OS/2.
MQPL_OS400 - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is OS/400 or i5/OS.
MQPL_UNIX - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is a UNIX system (same value as MQPL_AIX).
MQPL_WINDOWS - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is Windows 3.1.
MQPL_WINDOWS_NT - Static variable in interface com.ibm.mq.MQC
This indicates that the operating system on which the queue manager is running is Windows NT, Windows 2000 or Windows XP.
MQPMO_ALTERNATE_USER_AUTHORITY - Static variable in interface com.ibm.mq.MQC
This indicates that the AlternateUserId field in the ObjDesc parameter of the MQPUT1 call contains a user identifier that is to be used to validate authority to put messages on the queue.
MQPMO_DEFAULT_CONTEXT - Static variable in interface com.ibm.mq.MQC
The message is to have default context information associated with it, for both identity and origin.
MQPMO_FAIL_IF_QUIESCING - Static variable in interface com.ibm.mq.MQC
This option forces the MQPUT or MQPUT1 call to fail if the queue manager is in the quiescing state.
MQPMO_LOGICAL_ORDER - Static variable in interface com.ibm.mq.MQC
This option tells the queue manager how the application puts messages in groups and segments of logical messages.
MQPMO_NEW_CORREL_ID - Static variable in interface com.ibm.mq.MQC
The queue manager replaces the contents of the CorrelId field in MQMD with a new correlation identifier.
MQPMO_NEW_MSG_ID - Static variable in interface com.ibm.mq.MQC
The queue manager replaces the contents of the MsgId field in MQMD with a new message identifier.
MQPMO_NO_CONTEXT - Static variable in interface com.ibm.mq.MQC
Both identity and origin context are set to indicate no context.
MQPMO_NO_SYNCPOINT - Static variable in interface com.ibm.mq.MQC
The request is to operate outside the normal unit-of-work protocols.
MQPMO_NONE - Static variable in interface com.ibm.mq.MQC
Use this value to indicate that no other options have been specified.
MQPMO_PASS_ALL_CONTEXT - Static variable in interface com.ibm.mq.MQC
The message is to have context information associated with it.
MQPMO_PASS_IDENTITY_CONTEXT - Static variable in interface com.ibm.mq.MQC
The message is to have context information associated with it.
MQPMO_RESOLVE_LOCAL_Q - Static variable in interface com.ibm.mq.MQC
Use this option to fill ResolvedQName in the MQPMO structure with the name of the local queue to which the message is put, and ResolvedQMgrName with the name of the local queue manager that hosts the local queue.
MQPMO_SET_ALL_CONTEXT - Static variable in interface com.ibm.mq.MQC
The message is to have context information associated with it.
MQPMO_SET_IDENTITY_CONTEXT - Static variable in interface com.ibm.mq.MQC
The message is to have context information associated with it.
MQPMO_SYNCPOINT - Static variable in interface com.ibm.mq.MQC
The request is to operate within the normal unit-of-work protocols.
MQPMO_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This is the version number of the put message options structure.
MQPMO_VERSION_2 - Static variable in interface com.ibm.mq.MQC
This is the version number of the put message options structure.
MQPMRF_ACCOUNTING_TOKEN - Static variable in interface com.ibm.mq.MQC
This flag indicates that an accounting token field is present in the put message records provided by the application.
MQPMRF_CORREL_ID - Static variable in interface com.ibm.mq.MQC
This flag indicates that a correlation ID field is present in the put message records provided by the application.
MQPMRF_FEEDBACK - Static variable in interface com.ibm.mq.MQC
This flag indicates that a feedback field is present in the put message records provided by the application.
MQPMRF_GROUP_ID - Static variable in interface com.ibm.mq.MQC
This flag indicates that a group ID field is present in the put message records provided by the application.
MQPMRF_MSG_ID - Static variable in interface com.ibm.mq.MQC
This flag indicates that a message-identifier field is present in the put message records provided by the application.
MQPMRF_NONE - Static variable in interface com.ibm.mq.MQC
This flag indicates that no put message record fields are present.
MQPoolToken - class com.ibm.mq.MQPoolToken.
The MQPoolToken is used in conjunction with MQEnvironment to allow application components to exercise control over the default connection manager.
MQPoolToken() - Constructor for class com.ibm.mq.MQPoolToken
 
MQPRI_PRIORITY_AS_Q_DEF - Static variable in interface com.ibm.mq.MQC
Priority is taken from the default priority attribute of the destination
MQProcess - class com.ibm.mq.MQProcess.
MQProcess provides inquire operations for WebSphere MQ processes.
MQProcess(MQQueueManager, String, int, String, String) - Constructor for class com.ibm.mq.MQProcess
Establishes access to a WebSphere MQ process on the specified queue manager in order to inquire about the process attributes.
MQPutMessageOptions - class com.ibm.mq.MQPutMessageOptions.
This class contains options that control the behavior of MQQueue.put.
MQPutMessageOptions() - Constructor for class com.ibm.mq.MQPutMessageOptions
Constructs an object with no options set, and blank resolvedQueueName and resolvedQueueManagerName.
MQPutMessageOptions(boolean) - Constructor for class com.ibm.mq.MQPutMessageOptions
Constructs an MQPutMessageOptions object; reading the options field is optional.
MQQA_BACKOUT_HARDENED - Static variable in interface com.ibm.mq.MQC
This option indicates that information is written to disk to ensure that the backout count for messages on this queue is accurate.
MQQA_BACKOUT_NOT_HARDENED - Static variable in interface com.ibm.mq.MQC
This option indicates that the backout count is not saved to disk.
MQQA_GET_ALLOWED - Static variable in interface com.ibm.mq.MQC
This controls whether get operations for this queue are allowed.
MQQA_GET_INHIBITED - Static variable in interface com.ibm.mq.MQC
This controls whether get operations for this queue are allowed.
MQQA_NOT_SHAREABLE - Static variable in interface com.ibm.mq.MQC
This indicates whether the queue can be opened for input multiple times concurrently.
MQQA_PUT_ALLOWED - Static variable in interface com.ibm.mq.MQC
This controls whether put operations for this queue are allowed.
MQQA_PUT_INHIBITED - Static variable in interface com.ibm.mq.MQC
This controls whether put operations for this queue are allowed.
MQQA_SHAREABLE - Static variable in interface com.ibm.mq.MQC
This indicates whether the queue can be opened for input multiple times concurrently.
MQQDT_PERMANENT_DYNAMIC - Static variable in interface com.ibm.mq.MQC
The queue is a permanent queue that was created by an application issuing an MQOPEN call with the name of a model queue specified in the object descriptor MQOD.
MQQDT_PREDEFINED - Static variable in interface com.ibm.mq.MQC
The queue is a permanent queue created by the system administrator.
MQQDT_TEMPORARY_DYNAMIC - Static variable in interface com.ibm.mq.MQC
The queue is a temporary queue that was created by an application issuing an MQOPEN call with the name of a model queue specified in the object descriptor MQOD.
MQQT_ALIAS - Static variable in interface com.ibm.mq.MQC
This defines an alias queue.
MQQT_CLUSTER - Static variable in interface com.ibm.mq.MQC
This defines a cluster queue.
MQQT_LOCAL - Static variable in interface com.ibm.mq.MQC
This defines a local queue.
MQQT_MODEL - Static variable in interface com.ibm.mq.MQC
This defines a model queue.
MQQT_REMOTE - Static variable in interface com.ibm.mq.MQC
This defines a remote queue.
MQQueue - class com.ibm.mq.MQQueue.
MQQueue provides inquire, set, put and get operations for WebSphere MQ queues.
MQQueue - class com.ibm.mq.jms.MQQueue.
An MQQueue object encapsulates a provider-specific queue name.
MQQueue(MQQueueManager, String, int, String, String, String) - Constructor for class com.ibm.mq.MQQueue
Public constructor which allows users to create MQQueue subclasses.
MQQueue(String) - Constructor for class com.ibm.mq.jms.MQQueue
Creates a new MQQueue object.
MQQueue(String, String) - Constructor for class com.ibm.mq.jms.MQQueue
Creates a new MQQueue object.
MQQueueBrowser - class com.ibm.mq.jms.MQQueueBrowser.
A client uses an MQQueueBrowser to look at messages on a queue without removing them.
MQQueueConnection - class com.ibm.mq.jms.MQQueueConnection.
An MQueueConnection is an active connection to a JMS point-to-point provider.
MQQueueConnectionFactory - class com.ibm.mq.jms.MQQueueConnectionFactory.
A client uses an MQQueueConnectionFactory to create QueueConnections with a JMS point-to-point provider.
MQQueueConnectionFactory() - Constructor for class com.ibm.mq.jms.MQQueueConnectionFactory
This is the default constructor.
MQQueueEnumeration - class com.ibm.mq.jms.MQQueueEnumeration.
MQQueueEnumeration enumerates messages on a queue.
MQQueueManager - class com.ibm.mq.MQQueueManager.
The MQQueueManager class provides a connection to a WebSphere MQ queue manager.
MQQueueManager.MQExitWrapper - class com.ibm.mq.MQQueueManager.MQExitWrapper.
 
MQQueueManager.MQExitWrapper(MQReceiveExit) - Constructor for class com.ibm.mq.MQQueueManager.MQExitWrapper
 
MQQueueManager.MQExitWrapper(MQSecurityExit) - Constructor for class com.ibm.mq.MQQueueManager.MQExitWrapper
 
MQQueueManager.MQExitWrapper(MQSendExit) - Constructor for class com.ibm.mq.MQQueueManager.MQExitWrapper
 
MQQueueManager(String) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager.
MQQueueManager(String, ConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager specifying a connection manager.
MQQueueManager(String, Hashtable) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager using a Hashtable.
MQQueueManager(String, Hashtable, ConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager using given Hashtable and connection manager.
MQQueueManager(String, Hashtable, MQConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to a queue manager which overrides the settings in MQEnvironment class with those in the given Hashtable.
MQQueueManager(String, Hashtable, URL) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager using a channel definition table.
MQQueueManager(String, int) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager specifying binding options.
MQQueueManager(String, int, ConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager specifying bindings options and a connection manager.
MQQueueManager(String, int, MQConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to a queue manager allowing binding options to be specified.
MQQueueManager(String, MQConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to a named queue manager using a connection manager.
MQQueueManager(String, URL) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager using a channel definition table.
MQQueueManager(String, URL, ConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager using a client channel definition table.
MQQueueManager(String, URL, MQConnectionManager) - Constructor for class com.ibm.mq.MQQueueManager
Creates a connection to the named queue manager using a client channel definition table.
MQQueueReceiver - class com.ibm.mq.jms.MQQueueReceiver.
A client uses an MQQueueReceiver to receive messages that have been delivered to a queue.
MQQueueSender - class com.ibm.mq.jms.MQQueueSender.
A client uses an MQQueueSender to send messages to a queue.
MQQueueSession - class com.ibm.mq.jms.MQQueueSession.
An MQQueueSession provides methods to create MQQueueReceivers, MQQueueSenders, MQQueueBrowsers, and MQTemporaryQueues.
MQRC_ADAPTER_CONN_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load adapter connection module.
MQRC_ADAPTER_CONV_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load data conversion services modules.
MQRC_ADAPTER_DEFS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - adapter subsystem definition module not valid.
MQRC_ADAPTER_DEFS_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load adapter subsystem definition module.
MQRC_ADAPTER_DISC_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load adapter disconnection module.
MQRC_ADAPTER_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - adapter not available.
MQRC_ADAPTER_SERV_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load adapter service module.
MQRC_ADAPTER_STORAGE_SHORTAGE - Static variable in class com.ibm.mq.MQException
Reason code - insufficient storage for adapter.
MQRC_ALIAS_BASE_Q_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - alias base queue not a valid type.
MQRC_ALREADY_CONNECTED - Static variable in class com.ibm.mq.MQException
Reason code - application is already connected.
MQRC_ANOTHER_Q_MGR_CONNECTED - Static variable in class com.ibm.mq.MQException
Reason code - another queue manager is already connected.
MQRC_API_EXIT_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load the API exit.
MQRC_ASID_MISMATCH - Static variable in class com.ibm.mq.MQException
Reason code - primary and home ASIDs differ.
MQRC_BACKED_OUT - Static variable in class com.ibm.mq.MQException
Reason code - unit of work is backed out.
MQRC_BACKOUT_THRESHOLD_REACHED - Static variable in class com.ibm.mq.MQException
Reason code - backout threshold has been reached.
MQRC_BUFFER_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - buffer parameter is not valid.
MQRC_BUFFER_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - buffer length parameter is not valid.
MQRC_CALL_IN_PROGRESS - Static variable in class com.ibm.mq.MQException
Reason code - MQI was entered before previous call was complete.
MQRC_CD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - invalid MQCD channel definition.
MQRC_CF_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - the coupling-facility structure is unavailable.
MQRC_CF_STRUC_AUTH_FAILED - Static variable in class com.ibm.mq.MQException
Reason code - the user is not authorized to access the coupling-facility structure.
MQRC_CF_STRUC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - coupling-facility structure is not valid. z/OS only.
MQRC_CF_STRUC_IN_USE - Static variable in class com.ibm.mq.MQException
Reason code - the coupling-facility structure is in use.
MQRC_CF_STRUC_LIST_HDR_IN_USE - Static variable in class com.ibm.mq.MQException
Reason code - the list header associated with the coupling-facility structure is in use.
MQRC_CFH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - PCF header structure is not valid.
MQRC_CFIL_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - PCF integer list parameter structure is not valid.
MQRC_CFIN_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - PCF integer parameter structure is not valid.
MQRC_CFSL_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - PCF string list parameter structure is not valid.
MQRC_CFST_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - PCF string parameter structure is not valid.
MQRC_CHANNEL_ACTIVATED - Static variable in class com.ibm.mq.MQException
Reason code - a channel is now able to become active because an active slot has been released by another channel.
MQRC_CHANNEL_AUTO_DEF_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - automatically defined error
MQRC_CHANNEL_AUTO_DEF_OK - Static variable in class com.ibm.mq.MQException
Reason code - Automatic channel definition succeeded.
MQRC_CHANNEL_CONV_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - a channel was unable to convert data and the MQGET call to get a message from the transmission queue resulted in a data conversion error.
MQRC_CHANNEL_NOT_ACTIVATED - Static variable in class com.ibm.mq.MQException
Reason code - a channel is required to become active, but is unable to do so because the limit on the number of active channels has been reached.
MQRC_CHANNEL_STARTED - Static variable in class com.ibm.mq.MQException
Reason code - either an operator has issued a Start Channel command or an instance of a channel has been successfully established.
MQRC_CHANNEL_STOPPED - Static variable in class com.ibm.mq.MQException
Reason code - channel has been stopped.
MQRC_CHANNEL_STOPPED_BY_USER - Static variable in class com.ibm.mq.MQException
Reason code - channel has been stopped by an operator.
MQRC_CHAR_ATTR_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - length of character attributes is not valid.
MQRC_CHAR_ATTRS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - character attributes string is not valid.
MQRC_CHAR_ATTRS_TOO_SHORT - Static variable in class com.ibm.mq.MQException
Reason code - not enough space allowed for character attributes.
MQRC_CHAR_CONVERSION_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - returned by the Java MQQueueManager constructor when a required character-set conversion is not available.
MQRC_CICS_WAIT_FAILED - Static variable in class com.ibm.mq.MQException
Reason code - wait request has been rejected by CICS.
MQRC_CLIENT_CHANNEL_CONFLICT - Static variable in class com.ibm.mq.MQException
Reason code - client channel definition table conflict error.
MQRC_CLIENT_CONN_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - an MQCONNX call was issued to connect to a queue manager, but the MQCD channel definition structure was not specified correctly.
MQRC_CLIENT_EXIT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - Error in client exit
MQRC_CLIENT_EXIT_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - client exit could not be loaded.
MQRC_CLUSTER_EXIT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - cluster workload exit has failed.
MQRC_CLUSTER_EXIT_LOAD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - unable to load cluster workload exit.
MQRC_CLUSTER_PUT_INHIBITED - Static variable in class com.ibm.mq.MQException
Reason code - put calls have been inhibited for all queues in cluster.
MQRC_CLUSTER_RESOLUTION_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - cluster name resolution failed.
MQRC_CLUSTER_RESOURCE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - cluster resource error.
MQRC_CMD_SERVER_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - the command server that processes administration commands is not available.
MQRC_CNO_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - connection options are not valid.
MQRC_COD_NOT_VALID_FOR_XCF_Q - Static variable in class com.ibm.mq.MQException
Reason code - COD report option not valid for XCF queue.
MQRC_CODED_CHAR_SET_ID_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - the coded character set ID is not valid.
MQRC_CONN_ID_IN_USE - Static variable in class com.ibm.mq.MQException
Reason code - connection identifier is already in use.
MQRC_CONN_TAG_NOT_RELEASED - Static variable in class com.ibm.mq.MQException
Reason code - an MQDISC call was issued when there was a unit of work outstanding for the connection handle.
MQRC_CONN_TAG_NOT_USABLE - Static variable in class com.ibm.mq.MQException
Reason code - the connection tag is not usable.
MQRC_CONNECTION_BROKEN - Static variable in class com.ibm.mq.MQException
Reason code - connection to queue manager has been lost.
MQRC_CONNECTION_NOT_AUTHORIZED - Static variable in class com.ibm.mq.MQException
Reason code - not authorized for connection.
MQRC_CONNECTION_QUIESCING - Static variable in class com.ibm.mq.MQException
Reason code - connection is quiescing.
MQRC_CONNECTION_STOPPING - Static variable in class com.ibm.mq.MQException
Reason code - connection is stopping.
MQRC_CONTEXT_HANDLE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - queue handle referred to does not save context.
MQRC_CONTEXT_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - context not available for queue handle referred to.
MQRC_CONVERTED_MSG_TOO_BIG - Static variable in class com.ibm.mq.MQException
Reason code - converted data is too big for buffer.
MQRC_CONVERTED_STRING_TOO_BIG - Static variable in class com.ibm.mq.MQException
Reason code - converted string is too big for field.
MQRC_CORREL_ID_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - correlation ID error.
MQRC_CURRENT_RECORD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - error in current record.
MQRC_DATA_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - data length parameter is not valid.
MQRC_DB2_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - an MQOPEN, MQPUT1, or MQSET call was issued to access a shared queue, but the call failed because the queue manager is not connected to a DB2 subsystem.
MQRC_DBCS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - DBCS string is not valid.
MQRC_DEF_XMIT_Q_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - default transmission queue is not local.
MQRC_DEF_XMIT_Q_USAGE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - default transmission queue usage error.
MQRC_DLH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - dead letter header structure is not valid.
MQRC_DUPLICATE_RECOV_COORD - Static variable in class com.ibm.mq.MQException
Reason code - recovery coordinator already exists.
MQRC_DYNAMIC_Q_NAME_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - name of dynamic queue is not valid.
MQRC_ENCODING_NOT_SUPPORTED - Static variable in class com.ibm.mq.MQException
Reason code - the Encoding field in the message descriptor MQMD contains a value that is not supported.
MQRC_ENVIRONMENT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - call not valid in this environment.
MQRC_EXPIRY_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - expiry time is not valid.
MQRC_FEEDBACK_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - feedback code is not valid.
MQRC_FILE_NOT_AUDITED - Static variable in class com.ibm.mq.MQException
Reason code - file has not been audited.
MQRC_FILE_SYSTEM_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - error in file system.
MQRC_FORMAT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message format is not valid.
MQRC_FORMAT_NOT_SUPPORTED - Static variable in class com.ibm.mq.MQException
Reason code - The format field in the message descriptor MQMD contains a value that is not supported.
MQRC_FUNCTION_NOT_SUPPORTED - Static variable in class com.ibm.mq.MQException
Reason code - An attempt was made to access functionality that is not supported from the environment from which it was called.
MQRC_GET_INHIBITED - Static variable in class com.ibm.mq.MQException
Reason code - gets are inhibited for the queue.
MQRC_GLOBAL_UOW_CONFLICT - Static variable in class com.ibm.mq.MQException
Reason code - global units of work conflict with each other.
MQRC_GMO_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - get-message options object is not valid.
MQRC_GROUP_ID_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - group identifier is not valid.
MQRC_HANDLE_IN_USE_FOR_UOW - Static variable in class com.ibm.mq.MQException
Reason code - handle is in use for a global unit of work.
MQRC_HANDLE_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - no more handles are available.
MQRC_HCONN_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - connection handle is not valid.
MQRC_HEADER_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - WebSphere MQ header structure is not valid.
MQRC_HOBJ_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object handle is not valid.
MQRC_INCOMPLETE_GROUP - Static variable in class com.ibm.mq.MQException
Reason code - message group is not complete.
MQRC_INCOMPLETE_MSG - Static variable in class com.ibm.mq.MQException
Reason code - message is not complete.
MQRC_INCONSISTENT_BROWSE - Static variable in class com.ibm.mq.MQException
Reason code - browse specification is inconsistent.
MQRC_INCONSISTENT_CCSIDS - Static variable in class com.ibm.mq.MQException
Reason code - message segments have differing CCSIDs.
MQRC_INCONSISTENT_ENCODINGS - Static variable in class com.ibm.mq.MQException
Reason code - message segments have differing encodings.
MQRC_INCONSISTENT_PERSISTENCE - Static variable in class com.ibm.mq.MQException
Reason code - inconsistent persistence specification.
MQRC_INCONSISTENT_UOW - Static variable in class com.ibm.mq.MQException
Reason code - unit-of-work specification is inconsistent.
MQRC_INDEX_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - an index parameter to a call or method has a value that is not valid.
MQRC_INDEX_NOT_PRESENT - Static variable in class com.ibm.mq.MQException
Reason code - the specified index is not present.
MQRC_INHIBIT_VALUE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - value for inhibit-get or inhibit-put queue attribute is not valid.
MQRC_INT_ATTR_COUNT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - count of integer attributes is not valid.
MQRC_INT_ATTR_COUNT_TOO_SMALL - Static variable in class com.ibm.mq.MQException
Reason code - not enough space has been allowed for integer attributes.
MQRC_INT_ATTRS_ARRAY_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - integer attributes array is not valid.
MQRC_INVALID_MSG_UNDER_CURSOR - Static variable in class com.ibm.mq.MQException
Reason code - message under cursor is not valid for retrieval.
MQRC_JMS_FORMAT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - this reason code is generated when JMS encounters a message that it is unable to parse.
MQRC_JSSE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - JSSE reported an error (for example, while connecting to a queue manager using SSL encryption).
MQRC_LOCAL_UOW_CONFLICT - Static variable in class com.ibm.mq.MQException
Reason code - global unit of work conflicts with a local unit of work.
MQRC_MATCH_OPTIONS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - match options are not valid.
MQRC_MAX_CONNS_LIMIT_REACHED - Static variable in class com.ibm.mq.MQException
Reason code - maximum number of connections reached.
MQRC_MD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message descriptor is not valid.
MQRC_MDE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message descriptor extension is not valid.
MQRC_MISSING_REPLY_TO_Q - Static variable in class com.ibm.mq.MQException
Reason code - missing reply-to queue.
MQRC_MISSING_WIH - Static variable in class com.ibm.mq.MQException
Reason code - mismatch of queue IndexType and Format field in MQMD.
MQRC_MSG_FLAGS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message flags are not valid.
MQRC_MSG_ID_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message ID error.
MQRC_MSG_MARKED_BROWSE_CO_OP - Static variable in class com.ibm.mq.MQException
Reason code - message is marked
MQRC_MSG_NOT_MATCHED - Static variable in class com.ibm.mq.MQException
Reason code - message is not matched.
MQRC_MSG_SEQ_NUMBER_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message sequence number is not valid.
MQRC_MSG_TOKEN_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - An MQGET call was issued to retrieve a message using the message token as a selection criterion, but the options specified are not valid.
MQRC_MSG_TOO_BIG_FOR_CHANNEL - Static variable in class com.ibm.mq.MQException
Reason code - message is too big for channel.
MQRC_MSG_TOO_BIG_FOR_Q - Static variable in class com.ibm.mq.MQException
Reason code - message length is greater than maximum for queue.
MQRC_MSG_TOO_BIG_FOR_Q_MGR - Static variable in class com.ibm.mq.MQException
Reason code - message length is greater than maximum for queue manager.
MQRC_MSG_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message type in message descriptor is not valid.
MQRC_MULTIPLE_REASONS - Static variable in class com.ibm.mq.MQException
Reason code - multiple reason codes have been returned.
MQRC_NAME_IN_USE - Static variable in class com.ibm.mq.MQException
Reason code - an MQOPEN call was issued to create a dynamic queue, but a queue with the same name as the dynamic queue already exists.
MQRC_NAME_NOT_VALID_FOR_TYPE - Static variable in class com.ibm.mq.MQException
Reason code - object name is not valid for object type.
MQRC_NEXT_OFFSET_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - error in offset to next record.
MQRC_NEXT_RECORD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - error in next record.
MQRC_NO_DESTINATIONS_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - no destination queues are available.
MQRC_NO_EXTERNAL_PARTICIPANTS - Static variable in class com.ibm.mq.MQException
Reason code - An MQBEGIN call was issued to start a unit of work coordinated by the queue manager, but no participating resource managers have been registered with the queue manager.
MQRC_NO_MSG_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - no message is available.
MQRC_NO_MSG_LOCKED - Static variable in class com.ibm.mq.MQException
Reason code - no message is locked.
MQRC_NO_MSG_UNDER_CURSOR - Static variable in class com.ibm.mq.MQException
Reason code - browse cursor is not positioned on message.
MQRC_NO_RECORD_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - no record is available.
MQRC_NONE - Static variable in class com.ibm.mq.MQException
Reason code - none.
MQRC_NOT_AUTHORIZED - Static variable in class com.ibm.mq.MQException
Reason code - queue is not authorized for access.
MQRC_NOT_CONVERTED - Static variable in class com.ibm.mq.MQException
Reason code - message data has not been converted.
MQRC_NOT_OPEN_FOR_BROWSE - Static variable in class com.ibm.mq.MQException
Reason code - queue is not open for browse.
MQRC_NOT_OPEN_FOR_INPUT - Static variable in class com.ibm.mq.MQException
Reason code - queue is not open for input.
MQRC_NOT_OPEN_FOR_INQUIRE - Static variable in class com.ibm.mq.MQException
Reason code - queue is not open for inquire.
MQRC_NOT_OPEN_FOR_OUTPUT - Static variable in class com.ibm.mq.MQException
Reason code - queue is not open for output.
MQRC_NOT_OPEN_FOR_PASS_ALL - Static variable in class com.ibm.mq.MQException
Reason code - queue not open for pass all context.
MQRC_NOT_OPEN_FOR_PASS_IDENT - Static variable in class com.ibm.mq.MQException
Reason code - queue not open for pass identity context.
MQRC_NOT_OPEN_FOR_SET - Static variable in class com.ibm.mq.MQException
Reason code - queue is not open for set all context.
MQRC_NOT_OPEN_FOR_SET_ALL - Static variable in class com.ibm.mq.MQException
Reason code - queue not open for set all context.
MQRC_NOT_OPEN_FOR_SET_IDENT - Static variable in class com.ibm.mq.MQException
Reason code - queue not open for set identity context.
MQRC_OBJECT_ALREADY_EXISTS - Static variable in class com.ibm.mq.MQException
Reason code - object already exists.
MQRC_OBJECT_CHANGED - Static variable in class com.ibm.mq.MQException
Reason code - object definition has changed since it opened.
MQRC_OBJECT_DAMAGED - Static variable in class com.ibm.mq.MQException
Reason code - object has been damaged.
MQRC_OBJECT_IN_USE - Static variable in class com.ibm.mq.MQException
Reason code - object is already open with conflicting options.
MQRC_OBJECT_LEVEL_INCOMPATIBLE - Static variable in class com.ibm.mq.MQException
Reason code - object level is incompatible.
MQRC_OBJECT_NAME_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object name is not valid.
MQRC_OBJECT_NOT_UNIQUE - Static variable in class com.ibm.mq.MQException
Reason code - An MQOPEN or MQPUT1 call was issued to access a queue, but the call failed because the queue specified in the MQOD structure cannot be resolved unambiguously.
MQRC_OBJECT_Q_MGR_NAME_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object queue manager name is not valid.
MQRC_OBJECT_RECORDS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object records are not valid.
MQRC_OBJECT_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object type is not valid.
MQRC_OD_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object descriptor structure is not valid.
MQRC_OFFSET_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message segment offset is not valid.
MQRC_OPEN_FAILED - Static variable in class com.ibm.mq.MQException
Reason code - object did not open successfully.
MQRC_OPTION_ENVIRONMENT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - an MQGET call with the MQGMO_MARK_SKIP_BACKOUT option specified was issued from a DB2 Stored Procedure.
MQRC_OPTION_NOT_VALID_FOR_TYPE - Static variable in class com.ibm.mq.MQException
Reason code - option is not valid for object type.
MQRC_OPTIONS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - options are not valid or not consistent.
MQRC_ORIGINAL_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - original length is not valid.
MQRC_OUTCOME_MIXED - Static variable in class com.ibm.mq.MQException
Reason code - result of commit or backout operation is mixed.
MQRC_OUTCOME_PENDING - Static variable in class com.ibm.mq.MQException
Reason code - result of commit operation is pending.
MQRC_PAGESET_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - error accessing page-set data set.
MQRC_PAGESET_FULL - Static variable in class com.ibm.mq.MQException
Reason code - external storage medium is full.
MQRC_PARTICIPANT_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - no participating resource managers have been registered.
MQRC_PARTICIPANT_NOT_DEFINED - Static variable in class com.ibm.mq.MQException
Reason code - participant has not been defined.
MQRC_PERSISTENCE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - persistence is not valid.
MQRC_PERSISTENT_NOT_ALLOWED - Static variable in class com.ibm.mq.MQException
Reason code - queue does not support persistent messages.
MQRC_PMO_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - put-message options object is not valid.
MQRC_PMO_RECORD_FLAGS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - put message record flags not valid.
MQRC_PRIORITY_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - message priority is not valid.
MQRC_PRIORITY_EXCEEDS_MAXIMUM - Static variable in class com.ibm.mq.MQException
Reason code - message priority exceeds maximum value supported.
MQRC_PUT_INHIBITED - Static variable in class com.ibm.mq.MQException
Reason code - put calls are inhibited for the queue.
MQRC_PUT_MSG_RECORDS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - put message records are not valid.
MQRC_Q_DELETED - Static variable in class com.ibm.mq.MQException
Reason code - queue has been deleted.
MQRC_Q_DEPTH_HIGH - Static variable in class com.ibm.mq.MQException
Reason code - Queue depth high limit reached or exceeded.
MQRC_Q_DEPTH_LOW - Static variable in class com.ibm.mq.MQException
Reason code - Queue depth low limit reached or exceeded.
MQRC_Q_FULL - Static variable in class com.ibm.mq.MQException
Reason code - queue is full.
MQRC_Q_MGR_ACTIVE - Static variable in class com.ibm.mq.MQException
Reason code - the queue manager is active.
MQRC_Q_MGR_NAME_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - queue manager name is not valid or not known.
MQRC_Q_MGR_NOT_ACTIVE - Static variable in class com.ibm.mq.MQException
Reason code - the queue manager is not active.
MQRC_Q_MGR_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - queue manager is not available for connection.
MQRC_Q_MGR_QUIESCING - Static variable in class com.ibm.mq.MQException
Reason code - queue manager is quiescing.
MQRC_Q_MGR_STOPPING - Static variable in class com.ibm.mq.MQException
Reason code - queue manager is shutting down.
MQRC_Q_NOT_EMPTY - Static variable in class com.ibm.mq.MQException
Reason code - queue contains one or more messages or uncommitted put or get requests.
MQRC_Q_SERVICE_INTERVAL_HIGH - Static variable in class com.ibm.mq.MQException
Reason code - Queue service interval high.
MQRC_Q_SERVICE_INTERVAL_OK - Static variable in class com.ibm.mq.MQException
Reason code - Queue service interval OK.
MQRC_Q_SPACE_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - no space available on disk for queue.
MQRC_Q_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - queue type not valid.
MQRC_RECS_PRESENT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - number of records present is not valid.
MQRC_REMOTE_Q_NAME_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - remote queue name is not valid.
MQRC_REPORT_OPTIONS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - report options in message descriptor are not valid.
MQRC_RESOURCE_PROBLEM - Static variable in class com.ibm.mq.MQException
Reason code - insufficient system resources are available.
MQRC_RESPONSE_RECORDS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - object records not valid.
MQRC_RFH_COMMAND_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - the message contains an MQRFH structure, but the command name contained in the NameValueString field is not valid.
MQRC_RFH_DUPLICATE_PARM - Static variable in class com.ibm.mq.MQException
Reason code - the message contains an MQRFH structure, but a parameter occurs more than once in the NameValueString field when only one occurrence is valid for the specified command.
MQRC_RFH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - an MQPUT or MQPUT1 call was issued, but the message data contains an MQRFH or MQRFH2 structure that is not valid.
MQRC_RFH_PARM_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - the message contains an MQRFH structure, but a parameter name contained in the NameValueString field is not valid for the command specified.
MQRC_RFH_PARM_MISSING - Static variable in class com.ibm.mq.MQException
Reason code - the message contains an MQRFH structure, but the command specified in the NameValueString field requires a parameter that is not present.
MQRC_RFH_STRING_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - the contents of the NameValueString field in the MQRFH structure are not valid.
MQRC_RMH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - Reference message header structure is not valid.
MQRC_SECOND_MARK_NOT_ALLOWED - Static variable in class com.ibm.mq.MQException
Reason code - a message is already marked.
MQRC_SECURITY_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - a security error has occurred.
MQRC_SEGMENT_LENGTH_ZERO - Static variable in class com.ibm.mq.MQException
Reason code - length of data in message segment is zero.
MQRC_SIGNAL_OUTSTANDING - Static variable in class com.ibm.mq.MQException
Reason code - a signal is outstanding for this handle.
MQRC_SIGNAL_REQUEST_ACCEPTED - Static variable in class com.ibm.mq.MQException
Reason code - no message returned (but signal request accepted).
MQRC_SIGNAL1_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - signal field is not valid.
MQRC_SOURCE_BUFFER_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - source buffer parameter is not valid.
MQRC_SOURCE_CCSID_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - source coded character set identifier is not valid.
MQRC_SOURCE_DECIMAL_ENC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - packed-decimal encoding specified by receiver is not recognized.
MQRC_SOURCE_FLOAT_ENC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - source floating point encoding specified is not recognized.
MQRC_SOURCE_INTEGER_ENC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - source integer encoding not recognized.
MQRC_SOURCE_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - source length parameter is not valid.
MQRC_SSL_CERT_STORE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - SSL CertStore error.
MQRC_SSL_CERTIFICATE_REVOKED - Static variable in class com.ibm.mq.MQException
Reason code - SSL certificate has been revoked.
MQRC_SSL_INITIALIZATION_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - SSL initialization error.
MQRC_SSL_KEY_RESET_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - SSL key reset error.
MQRC_SSL_NOT_ALLOWED - Static variable in class com.ibm.mq.MQException
Reason code - SSL is not allowed.
MQRC_SSL_PEER_NAME_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - SSL error in peer name.
MQRC_SSL_PEER_NAME_MISMATCH - Static variable in class com.ibm.mq.MQException
Reason code - SSL peer name mismatch.
MQRC_STOPPED_BY_CLUSTER_EXIT - Static variable in class com.ibm.mq.MQException
Reason code - call has been rejected by cluster workload exit.
MQRC_STORAGE_CLASS_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - storage class error.
MQRC_STORAGE_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - insufficient storage is available.
MQRC_STRING_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - the string parameter is not valid.
MQRC_STRING_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
The StringLength parameter is not valid.
MQRC_STRING_TRUNCATED - Static variable in class com.ibm.mq.MQException
Reason code - the string returned by the call is too long to fit in the buffer provided.
MQRC_SUPPRESSED_BY_EXIT - Static variable in class com.ibm.mq.MQException
Reason code - call suppressed by exit program.
MQRC_SYNCPOINT_LIMIT_REACHED - Static variable in class com.ibm.mq.MQException
Reason code - no more messages can be handled within current unit of work.
MQRC_SYNCPOINT_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - syncpoint support is not available.
MQRC_TARGET_BUFFER_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - target buffer parameter is not valid.
MQRC_TARGET_CCSID_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - the coded character-set identifier to which the character data is to be converted is not valid or not supported.
MQRC_TARGET_DECIMAL_ENC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - packed-decimal encoding specified by the receiver is not recognized.
MQRC_TARGET_FLOAT_ENC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - floating-point encoding specified by the receiver is not recognized.
MQRC_TARGET_INTEGER_ENC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - target coded character set identifier is not valid.
MQRC_TARGET_LENGTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - target length parameter is not valid.
MQRC_TM_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - trigger message structure is not valid.
MQRC_TMC_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - character trigger message structure is not valid.
MQRC_TRIGGER_CONTROL_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - value for trigger-point attribute is not valid.
MQRC_TRIGGER_DEPTH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - value for trigger-depth attribute is not valid.
MQRC_TRIGGER_MSG_PRIORITY_ERR - Static variable in class com.ibm.mq.MQException
Reason code - value for trigger-message priority attribute is not valid.
MQRC_TRIGGER_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - value for trigger-type attribute is not valid.
MQRC_TRUNCATED_MSG_ACCEPTED - Static variable in class com.ibm.mq.MQException
Reason code - truncated message returned (processing completed).
MQRC_TRUNCATED_MSG_FAILED - Static variable in class com.ibm.mq.MQException
Reason code - truncated message returned (processing not completed).
MQRC_UCS2_CONVERSION_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - returned by the Java MQQueueManager constructor when a required character-set conversion is not available.
MQRC_UNEXPECTED_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - an unexpected error has occurred.
MQRC_UNIT_OF_WORK_NOT_STARTED - Static variable in class com.ibm.mq.MQException
Reason code - the unit of work has not started.
MQRC_UNKNOWN_ALIAS_BASE_Q - Static variable in class com.ibm.mq.MQException
Reason code - unknown alias base queue.
MQRC_UNKNOWN_DEF_XMIT_Q - Static variable in class com.ibm.mq.MQException
Reason code - unknown default transmission queue.
MQRC_UNKNOWN_OBJECT_NAME - Static variable in class com.ibm.mq.MQException
Reason code - unknown object name.
MQRC_UNKNOWN_OBJECT_Q_MGR - Static variable in class com.ibm.mq.MQException
Reason code - unknown object queue manager.
MQRC_UNKNOWN_REMOTE_Q_MGR - Static variable in class com.ibm.mq.MQException
Reason code - unknown remote queue manager.
MQRC_UNKNOWN_REPORT_OPTION - Static variable in class com.ibm.mq.MQException
Reason code - one or more report options in the in message descriptor are not recognized.
MQRC_UNKNOWN_XMIT_Q - Static variable in class com.ibm.mq.MQException
Reason code - unknown transmission queue.
MQRC_UNSUPPORTED_CIPHER_SUITE - Static variable in class com.ibm.mq.MQException
Reason code - cipher suite is unsupported.
MQRC_UOW_CANCELED - Static variable in class com.ibm.mq.MQException
Reason code - an MQI call was issued, but the unit of work (TM/MP transaction) being used for the WebSphere MQ operation had been canceled.
MQRC_UOW_ENLISTMENT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - enlistment in a global unit of work failed.
MQRC_UOW_MIX_NOT_SUPPORTED - Static variable in class com.ibm.mq.MQException
Reason code - mixture of unit-of-work calls is not supported.
MQRC_UOW_NOT_AVAILABLE - Static variable in class com.ibm.mq.MQException
Reason code - unit of work is not available for the queue manager to use.
MQRC_WAIT_INTERVAL_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - wait interval in MQGMO not valid.
MQRC_WIH_HEADER - Static variable in class com.ibm.mq.MQException
Reason code - an MQPUT or MQPUT1 call was issued, but the message data contains an MQWIH structure that is not valid.
MQRC_WRONG_GMO_VERSION - Static variable in class com.ibm.mq.MQException
Reason code - wrong version of MQGMO has been supplied.
MQRC_WRONG_MD_VERSION - Static variable in class com.ibm.mq.MQException
Reason code - wrong version of MQMD has been supplied.
MQRC_WXP_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - WXP error.
MQRC_XMIT_Q_TYPE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - transmission queue not local.
MQRC_XMIT_Q_USAGE_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - transmission queue not local.
MQRC_XQH_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - transmission queue header structure is not valid.
MQRC_XWAIT_CANCELED - Static variable in class com.ibm.mq.MQException
Reason code - XA wait has been canceled.
MQRC_XWAIT_ERROR - Static variable in class com.ibm.mq.MQException
Reason code - XA wait error.
MQRCCF_ALREADY_JOINED - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the identity already has an entry for this subscription.
MQRCCF_DUPLICATE_IDENTITY - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the publisher or subscriber identity is already assigned to another user ID.
MQRCCF_DUPLICATE_SUBSCRIPTION - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that a matching subscription already exists.
MQRCCF_NOT_AUTHORIZED - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the subscriber has insufficient authority.
MQRCCF_NOT_REGISTERED - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the subscriber or publisher is not registered.
MQRCCF_REG_OPTIONS_ERROR - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that incorrect registration options have been supplied.
MQRCCF_SUB_IDENTITY_ERROR - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the subscription identity parameter is in error.
MQRCCF_SUB_NAME_ERROR - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the subscription name parameter is not valid.
MQRCCF_SUBSCRIPTION_IN_USE - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the subscription is in use.
MQRCCF_SUBSCRIPTION_LOCKED - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the subscription is currently exclusively locked by another identity.
MQRCCF_TOPIC_ERROR - Static variable in interface com.ibm.mq.jms.JMSC
This reason code is returned by a broker to indicate that the topic name has an invalid length or contains invalid characters.
MQReceiveExit - interface com.ibm.mq.MQReceiveExit.
The receive exit interface allows you to examine, and possibly alter, the data received from the queue manager by the WebSphere MQ Client for Java.
MQReceiveExitChain - class com.ibm.mq.MQReceiveExitChain.
Chains receive exits together.
MQReceiveExitChain() - Constructor for class com.ibm.mq.MQReceiveExitChain
The default constructor.
MQReceiveExitChain(List) - Constructor for class com.ibm.mq.MQReceiveExitChain
Constructor.
MQRFH_NO_FLAGS - Static variable in interface com.ibm.mq.MQC
This defines an RFH flags field containing no flags.
MQRFH_STRUC_ID - Static variable in interface com.ibm.mq.MQC
This field is the identifier for the rules and formatting header structure.
MQRFH_STRUC_LENGTH_FIXED_1 - Static variable in interface com.ibm.mq.MQC
This defines the length of the fixed length part of a version 1 rules and formatting header structure.
MQRFH_STRUC_LENGTH_FIXED_2 - Static variable in interface com.ibm.mq.MQC
This defines the length of the fixed length part of a version 2 rules and formatting header structure.
MQRFH_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This defines a version 1 rules and formatting header structure.
MQRFH_VERSION_2 - Static variable in interface com.ibm.mq.MQC
This defines a version 2 rules and formatting header structure.
MQRL_UNDEFINED - Static variable in interface com.ibm.mq.MQC
The ReturnedLength field in the MQGMO is set by the queue manager to the length in bytes of the message data returned by the MQGET call in the Buffer parameter.
MQRO_ACCEPT_UNSUP_IF_XMIT_MASK - Static variable in interface com.ibm.mq.MQC
This mask identifies the bit positions within the Report field where report options that are not supported by the local queue manager are nevertheless accepted on the MQPUT or MQPUT1 calls provided that both of the following conditions are satisfied: The message is destined for a remote queue manager.
MQRO_ACCEPT_UNSUP_MASK - Static variable in interface com.ibm.mq.MQC
This mask identifies the bit positions within the Report field where report options that are not supported by the local queue manager are nevertheless accepted on the MQPUT or MQPUT1 calls.
MQRO_ACTIVITY - Static variable in interface com.ibm.mq.MQC
This type of report is generated by applications that are enabled for activity recording.
MQRO_COA - Static variable in interface com.ibm.mq.MQC
This type of report is generated by the queue manager that owns the destination queue when the message is placed on the destination queue.
MQRO_COA_WITH_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_COA, except that the first 100 bytes of the application message data from the original message are included in the report message.
MQRO_COA_WITH_FULL_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_COA, except that all the application message data from the original message is included in the report message.
MQRO_COD - Static variable in interface com.ibm.mq.MQC
This type of report is generated by the queue manager when an application retrieves the message from the destination queue in a way that deletes the message from the queue.
MQRO_COD_WITH_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_COD, except that the first 100 bytes of the application message data from the original message are included in the report message.
MQRO_COD_WITH_FULL_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_COD, except that all the application message data from the original message is included in the report message.
MQRO_COPY_MSG_ID_TO_CORREL_ID - Static variable in interface com.ibm.mq.MQC
This is the default action, and indicates that if a report or reply is generated as a result of this message, the MsgId of this message is copied to the CorrelId of the report or reply message.
MQRO_DEAD_LETTER_Q - Static variable in interface com.ibm.mq.MQC
This is the default action, and places the message on the dead-letter queue if the message cannot be delivered to the destination queue.
MQRO_DISCARD_MSG - Static variable in interface com.ibm.mq.MQC
This discards the message if it cannot be delivered to the destination queue.
MQRO_EXCEPTION - Static variable in interface com.ibm.mq.MQC
A message channel agent generates this type of report when a message is sent to another queue manager and the message cannot be delivered to the specified destination queue.
MQRO_EXCEPTION_WITH_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_EXCEPTION, except that the first 100 bytes of the application message data from the original message are included in the report message.
MQRO_EXCEPTION_WITH_FULL_DATA - Static variable in interface com.ibm.mq.MQC
Exception reports with full data required.
MQRO_EXPIRATION - Static variable in interface com.ibm.mq.MQC
This type of report is generated by the queue manager if the message is discarded before delivery to an application because its expiry time has passed.
MQRO_EXPIRATION_WITH_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_EXPIRATION, except that the first 100 bytes of the application message data from the original message are included in the report message.
MQRO_EXPIRATION_WITH_FULL_DATA - Static variable in interface com.ibm.mq.MQC
This is the same as MQRO_EXPIRATION, except that all the application message data from the original message is included in the report message.
MQRO_NAN - Static variable in interface com.ibm.mq.MQC
This type of report is generated by the application that retrieves the message and acts upon it.
MQRO_NEW_MSG_ID - Static variable in interface com.ibm.mq.MQC
This is the default action, and indicates that if a report or reply is generated as a result of this message, a new MsgId is generated for the report or reply message.
MQRO_NONE - Static variable in interface com.ibm.mq.MQC
Use this value to indicate that no other options have been specified.
MQRO_PAN - Static variable in interface com.ibm.mq.MQC
This type of report is generated by the application that retrieves the message and acts upon it.
MQRO_PASS_CORREL_ID - Static variable in interface com.ibm.mq.MQC
If a report or reply is generated as a result of this message, the CorrelId of this message is copied to the CorrelId of the report or reply message.
MQRO_PASS_DISCARD_AND_EXPIRY - Static variable in interface com.ibm.mq.MQC
If this option is set on a message, and a report or reply is generated because of it, the message descriptor of the report inherits: MQRO_DISCARD_MSG if it was set.
MQRO_PASS_MSG_ID - Static variable in interface com.ibm.mq.MQC
If a report or reply is generated as a result of this message, the MsgId of this message is copied to the MsgId of the report or reply message.
MQRO_REJECT_UNSUP_MASK - Static variable in interface com.ibm.mq.MQC
This mask identifies the bit positions within the Report field where report options that are not supported by the local queue manager cause the MQPUT or MQPUT1 call to fail with completion code MQCC_FAILED and reason code MQRC_REPORT_OPTIONS_ERROR.
MQSCO_VERSION_1 - Static variable in interface com.ibm.mq.MQC
This defines a version 1 SSL configuration options structure.
MQSCO_VERSION_2 - Static variable in interface com.ibm.mq.MQC
This defines a version 2 SSL configuration options structure.
MQSecurityExit - interface com.ibm.mq.MQSecurityExit.
The security exit interface allows you to customize the security flows that occur when an atttempt is made to connect to a queue manager.
MQSEG_ALLOWED - Static variable in interface com.ibm.mq.MQC
This is a flag that indicates that further segmentation is allowed for the message retrieved.
MQSEG_INHIBITED - Static variable in interface com.ibm.mq.MQC
This is a flag that indicates that further segmentation is inhibited for the message retrieved.
MQSendExit - interface com.ibm.mq.MQSendExit.
The send exit interface allows you to examine, and possibly alter, the data sent to the queue manager by the WebSphere MQ Client for Java.
MQSendExitChain - class com.ibm.mq.MQSendExitChain.
Chains send exits together.
MQSendExitChain() - Constructor for class com.ibm.mq.MQSendExitChain
The default constructor.
MQSendExitChain(List) - Constructor for class com.ibm.mq.MQSendExitChain
Constructor which defines the send exits which are to be chained.
MQSession - class com.ibm.mq.jms.MQSession.
A JMS session is a single-threaded context for producing and consuming messages.
MQSIDT_NONE - Static variable in interface com.ibm.mq.MQC
This indicates that no security identifier is present
MQSIDT_NT_SECURITY_ID - Static variable in interface com.ibm.mq.MQC
This indicates that a Windows security identifier is present.
MQSimpleConnectionManager - class com.ibm.mq.MQSimpleConnectionManager.
An MQSimpleConnectionManager provides basic connection pooling function.
MQSimpleConnectionManager() - Constructor for class com.ibm.mq.MQSimpleConnectionManager
Constructs an MQSimpleConnectionManager.
MQSP_AVAILABLE - Static variable in interface com.ibm.mq.MQC
This indicates that the local queue manager supports units of work and syncpointing with the MQGET, MQPUT, and MQPUT1 calls.
MQSP_NOT_AVAILABLE - Static variable in interface com.ibm.mq.MQC
This indicates that the local queue manager does not support units of work and syncpointing with the MQGET, MQPUT, and MQPUT1 calls.
MQSS_LAST_SEGMENT - Static variable in interface com.ibm.mq.MQC
This is a flag that indicates whether the message retrieved is the last segment of a logical message.
MQSS_NOT_A_SEGMENT - Static variable in interface com.ibm.mq.MQC
This is a flag that indicates whether the message retrieved is not a segment of a logical message.
MQSS_SEGMENT - Static variable in interface com.ibm.mq.MQC
This is a flag that indicates whether the message retrieved is a segment of a logical message.
MQTC_OFF - Static variable in interface com.ibm.mq.MQC
This controls whether trigger messages are written to an initiation queue to start an application to service the queue.
MQTC_ON - Static variable in interface com.ibm.mq.MQC
This controls whether trigger messages are written to an initiation queue to start an application to service the queue.
MQTemporaryQueue - class com.ibm.mq.jms.MQTemporaryQueue.
An MQTemporaryQueue object is a unique Queue object created for the duration of a Connection.
MQTemporaryTopic - class com.ibm.mq.jms.MQTemporaryTopic.
An MQTemporaryTopic object is a unique Topic object created for the duration of a Connection.
MQTopic - class com.ibm.mq.jms.MQTopic.
An MQTopic object encapsulates a provider-specific topic name.
MQTopicConnection - class com.ibm.mq.jms.MQTopicConnection.
An MQTopicConnection object is an active connection to a publish/subscribe JMS provider.
MQTopicConnectionFactory - class com.ibm.mq.jms.MQTopicConnectionFactory.
A client uses an MQTopicConnectionFactory object to create TopicConnection objects with a publish/subscribe JMS provider.
MQTopicConnectionFactory() - Constructor for class com.ibm.mq.jms.MQTopicConnectionFactory
Creates an instance of a TopicConnectionFactory
MQTopicPublisher - class com.ibm.mq.jms.MQTopicPublisher.
A client uses an MQTopicPublisher object to publish messages on a topic.
MQTopicSession - class com.ibm.mq.jms.MQTopicSession.
An MQTopicSession object provides methods for creating MQTopicPublisher, MQTopicSubscriber, and MQTemporaryTopic objects.
MQTopicSubscriber - class com.ibm.mq.jms.MQTopicSubscriber.
A client uses an MQTopicSubscriber object to receive messages that have been published to a topic.
MQTT_DEPTH - Static variable in interface com.ibm.mq.MQC
This controls the conditions under which trigger messages are written as a result of messages arriving on this queue.
MQTT_EVERY - Static variable in interface com.ibm.mq.MQC
This controls the conditions under which trigger messages are written as a result of messages arriving on this queue.
MQTT_FIRST - Static variable in interface com.ibm.mq.MQC
This controls the conditions under which trigger messages are written as a result of messages arriving on this queue.
MQTT_NONE - Static variable in interface com.ibm.mq.MQC
This controls the conditions under which trigger messages are written as a result of messages arriving on this queue.
MQUS_NORMAL - Static variable in interface com.ibm.mq.MQC
This indicates what the queue is used for.
MQUS_TRANSMISSION - Static variable in interface com.ibm.mq.MQC
This indicates what the queue is used for.
MQWI_UNLIMITED - Static variable in interface com.ibm.mq.MQC
This option indicates that the MQGET call can wait an unlimited time for a suitable message to arrive.
MQXAConnection - class com.ibm.mq.jms.MQXAConnection.
The XAConnection interface extends the capability of Connection by providing an XASession.
MQXAConnectionFactory - class com.ibm.mq.jms.MQXAConnectionFactory.
The MQXAConnectionFactory interface is an implementation of XAConnectionFactory interface.
MQXAConnectionFactory() - Constructor for class com.ibm.mq.jms.MQXAConnectionFactory
Default constructor.
MQXAQueueConnection - class com.ibm.mq.jms.MQXAQueueConnection.
XAQueueConnection provides the same create options as MQQueueConnection.
MQXAQueueConnectionFactory - class com.ibm.mq.jms.MQXAQueueConnectionFactory.
An XAQueueConnectionFactory provides the same create options as an MQQueueConnectionFactory.
MQXAQueueConnectionFactory() - Constructor for class com.ibm.mq.jms.MQXAQueueConnectionFactory
Default constructor.
MQXAQueueSession - class com.ibm.mq.jms.MQXAQueueSession.
An XAQueueSession provides an MQQueueSession which can be used to create MQQueueReceivers, MQQueueSenders and MQQueueBrowsers.
MQXAQueueSession(MQConnection, MQQueueSession, MQXAResource) - Constructor for class com.ibm.mq.jms.MQXAQueueSession
Constructor which extends an MQXASession object.
MQXASession - class com.ibm.mq.jms.MQXASession.
WebSphere MQ JMS exposes its JTS support in the XAConnectionFactory, XAConnection, and XASession classes.
MQXATopicConnection - class com.ibm.mq.jms.MQXATopicConnection.
An XATopicConnection provides the same creation options as MQTopicConnection.
MQXATopicConnectionFactory - class com.ibm.mq.jms.MQXATopicConnectionFactory.
An MQXATopicConnectionFactory provides the same creation options as MQTopicConnectionFactory.
MQXATopicConnectionFactory() - Constructor for class com.ibm.mq.jms.MQXATopicConnectionFactory
Default constructor.
MQXATopicSession - class com.ibm.mq.jms.MQXATopicSession.
An MQXATopicSession provides an MQTopicSession, which you can use to create MQTopicSubscribers and MQTopicPublishers.
MQXCC_CLOSE_CHANNEL - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXCC_CLOSE_CHANNEL instead.
MQXCC_CLOSE_CHANNEL - Static variable in interface com.ibm.mq.MQC
This value can be set by any type of channel exit, and indicates that the connection to the queue manager can be closed.
MQXCC_OK - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXCC_OK instead.
MQXCC_OK - Static variable in interface com.ibm.mq.MQC
This is set by the exit to indicate that the exit completed successfully.
MQXCC_SEND_AND_REQUEST_SEC_MSG - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXCC_SEND_AND_REQUEST_SEC_MSG instead.
MQXCC_SEND_AND_REQUEST_SEC_MSG - Static variable in interface com.ibm.mq.MQC
This is set by the security exit to indicate that the returned data is to be transmitted to the queue manager, and that a response is expected.
MQXCC_SEND_SEC_MSG - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXCC_SEND_SEC_MSG instead.
MQXCC_SEND_SEC_MSG - Static variable in interface com.ibm.mq.MQC
This is set by the security exit to indicate that the returned data is to be transmitted to the queue manager.
MQXCC_SUPPRESS_EXIT - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXCC_SUPPRESS_EXIT instead.
MQXCC_SUPPRESS_EXIT - Static variable in interface com.ibm.mq.MQC
This value can be set by a send exit or receive exit, to indicate that it can no longer be called.
MQXCC_SUPPRESS_FUNCTION - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXCC_SUPPRESS_FUNCTION instead.
MQXCC_SUPPRESS_FUNCTION - Static variable in interface com.ibm.mq.MQC
This is set by the security exit to indicate that communications with the queue manager must be shut down.
MQXR_INIT - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXR_INIT instead.
MQXR_INIT - Static variable in interface com.ibm.mq.MQC
This indicates that the exit is being invoked for the first time.
MQXR_INIT_SEC - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXR_INTI_SEC instead.
MQXR_INIT_SEC - Static variable in interface com.ibm.mq.MQC
This indicates that the exit is to initiate the security dialog with the queue manager.
MQXR_SEC_MSG - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXR_SEC_MSG instead.
MQXR_SEC_MSG - Static variable in interface com.ibm.mq.MQC
This indicates that a security message has been received from the queue manager.
MQXR_SEC_PARMS - Static variable in interface com.ibm.mq.MQC
This indicates that the exit might create a MQConnectionSecurityParameters object.
MQXR_TERM - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXR_TERM instead.
MQXR_TERM - Static variable in interface com.ibm.mq.MQC
This indicates that the exit is about to be terminated.
MQXR_XMIT - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXR_XMIT instead.
MQXR_XMIT - Static variable in interface com.ibm.mq.MQC
This indicates that the exit is about to process a transmission.
MQXT_CHANNEL_RCV_EXIT - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXT_CHANNEL_RCV_EXIT instead.
MQXT_CHANNEL_RCV_EXIT - Static variable in interface com.ibm.mq.MQC
This indicates that a Channel receive exit is being called.
MQXT_CHANNEL_SEC_EXIT - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXT_CHANNEL_SEC_EXIT instead.
MQXT_CHANNEL_SEC_EXIT - Static variable in interface com.ibm.mq.MQC
This indicates that a Channel security exit is being called.
MQXT_CHANNEL_SEND_EXIT - Static variable in class com.ibm.mq.MQChannelExit
Deprecated. use MQC.MQXT_CHANNEL_SEND_EXIT instead.
MQXT_CHANNEL_SEND_EXIT - Static variable in interface com.ibm.mq.MQC
This indicates that a Channel send exit is being called.
msgCompList - Static variable in class com.ibm.mq.MQEnvironment
The list of supported compressors for message compression.
msgCompList - Variable in class com.ibm.mq.MQChannelDefinition
The list of supported message data compression techniques.
MSGCOMPLIST_LENGTH - Static variable in interface com.ibm.mq.MQC
The maximum length of the list of message compression techniques which can be set.
msgToken - Variable in class com.ibm.mq.MQGetMessageOptions
A token for use when getting messages.
MulticastHeartbeatTimeoutException - exception com.ibm.mq.jms.MulticastHeartbeatTimeoutException.
A MulticastHeartbeatTimeoutException indicates that the multicast connection timed out, which has resulted in the client being disconnected.
MulticastPacketLossException - exception com.ibm.mq.jms.MulticastPacketLossException.
A MulticastPacketLossException is thrown if a multicast receiver detects lost messages, and the messages cannot be retransmitted because they have been purged from the brokers's buffer.

N

name - Variable in class com.ibm.mq.MQManagedObject
The name of this resource.
nextElement() - Method in class com.ibm.mq.jms.MQQueueEnumeration
Gets the current message.
NoBrokerResponseException - exception com.ibm.mq.jms.NoBrokerResponseException.
Indicates that a response was requested for a broker command, but none was received within the timeout interval.

O

ObjectName - Variable in class com.ibm.mq.MQOD
Object name.
ObjectQMgrName - Variable in class com.ibm.mq.MQOD
Object queue manager name.
ObjectType - Variable in class com.ibm.mq.MQOD
Object type.
offset - Variable in class com.ibm.mq.MQMD
Offset of data in the physical message from the start of the logical message.
openOptions - Variable in class com.ibm.mq.MQManagedObject
The options specified when this resource was opened.
options - Variable in class com.ibm.mq.MQPutMessageOptions
Options that control the action of MQQueue.put().
options - Variable in class com.ibm.mq.MQGetMessageOptions
Options that control the action of MQQueue.get().
originalLength - Variable in class com.ibm.mq.MQMD
Original length of a segmented message.

P

password - Static variable in class com.ibm.mq.MQEnvironment
The password used to verify the identity of the WebSphere MQ Client.
PASSWORD_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the password.
persistence - Variable in class com.ibm.mq.MQMD
The message persistence.
port - Static variable in class com.ibm.mq.MQEnvironment
The port to be used.
PORT_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the port number.
priority - Variable in class com.ibm.mq.MQMD
The message priority.
properties - Static variable in class com.ibm.mq.MQEnvironment
A Hashtable which defines the WebSphere MQ environment.
propertyExists(String) - Method in class com.ibm.jms.JMSMessage
Indicates whether a named property exists in the message properties hashtable.
PS_CONTROL_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
Default name for the broker control queue.
PS_DEF_D_SHARED_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
Default name for the JMS durable subscriber queue.
PS_DEF_ND_SHARED_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
Default name for the JMS nondurable subscriber queue.
PS_DEFAULT_STREAM_QUEUE - Static variable in interface com.ibm.mq.jms.JMSC
Default name for the broker publication queue.
publish(Message) - Method in class com.ibm.mq.jms.MQTopicPublisher
Publishes a message to the topic.
publish(Message, int, int, long) - Method in class com.ibm.mq.jms.MQTopicPublisher
Publishes a message to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message) - Method in class com.ibm.mq.jms.MQTopicPublisher
Publishes a message to a topic for an unidentified message producer.
publish(Topic, Message, int, int, long) - Method in class com.ibm.mq.jms.MQTopicPublisher
Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.
put(MQMessage) - Method in class com.ibm.mq.MQQueue
Puts a message onto the queue using default put message options.
put(MQMessage, MQPutMessageOptions) - Method in class com.ibm.mq.MQQueue
Puts a message onto the queue.
put(MQMessage, MQPutMessageOptions) - Method in class com.ibm.mq.MQDistributionList
Puts a message to the queues on the distribution list.
put(String, MQMessage) - Method in class com.ibm.mq.MQQueueManager
Puts a single message on to a (possibly unopened) queue.
put(String, MQMessage, MQPutMessageOptions) - Method in class com.ibm.mq.MQQueueManager
Puts a single message on to a (possibly unopened) queue.
put(String, String, MQMessage) - Method in class com.ibm.mq.MQQueueManager
Puts a single message on to a (possibly unopened) queue.
put(String, String, MQMessage, MQPutMessageOptions) - Method in class com.ibm.mq.MQQueueManager
Puts a single message on to a (possibly unopened) queue.
put(String, String, MQMessage, MQPutMessageOptions, String) - Method in class com.ibm.mq.MQQueueManager
Puts a single message onto a (possibly unopened) queue.
putApplicationName - Variable in class com.ibm.mq.MQMD
The name of the application that put the message.
putApplicationType - Variable in class com.ibm.mq.MQMD
The type of application that put the message.
putDateTime - Variable in class com.ibm.mq.MQMD
The time and date when the message was put.

Q

queueManagerName - Variable in class com.ibm.mq.MQDistributionListItem
The name of the queue manager on which the queue is defined.
queueManagerName - Variable in class com.ibm.mq.MQChannelDefinition
The name of the queue manager to which the connection is made.
queueName - Variable in class com.ibm.mq.MQDistributionListItem
The name of a queue to be used with a distribution list.

R

readBoolean() - Method in class com.ibm.jms.JMSStreamMessage
Reads a boolean from the stream message.
readBoolean() - Method in class com.ibm.jms.JMSBytesMessage
Reads a boolean from the bytes message.
readBoolean() - Method in class com.ibm.mq.MQMessage
Reads a boolean from the current position in the message buffer.
readByte() - Method in class com.ibm.jms.JMSStreamMessage
Reads a byte value from the stream message.
readByte() - Method in class com.ibm.jms.JMSBytesMessage
Reads a signed 8-bit value from the bytes message.
readByte() - Method in class com.ibm.mq.MQMessage
Reads a byte from the current position in the message buffer.
readBytes(byte[]) - Method in class com.ibm.jms.JMSStreamMessage
Reads a byte array field from the stream message into the specified byte[] object (the read buffer).
readBytes(byte[]) - Method in class com.ibm.jms.JMSBytesMessage
Reads a byte array from the bytes message.
readBytes(byte[], int) - Method in class com.ibm.jms.JMSBytesMessage
Reads a portion of the bytes message.
readChar() - Method in class com.ibm.jms.JMSStreamMessage
Reads a Unicode character value from the stream message.
readChar() - Method in class com.ibm.jms.JMSBytesMessage
Reads a Unicode character value from the bytes message.
readChar() - Method in class com.ibm.mq.MQMessage
Reads a character from the current position in the message buffer.
readDecimal2() - Method in class com.ibm.mq.MQMessage
Reads a 2-byte packed decimal number in the range -999 to 999.
readDecimal4() - Method in class com.ibm.mq.MQMessage
Reads a 4-byte packed decimal number in the range -9,999,999 to 9,999,999.
readDecimal8() - Method in class com.ibm.mq.MQMessage
Reads an 8-byte packed decimal number in the range -999,999,999,999,999 to 999,999,999,999,999.
readDouble() - Method in class com.ibm.jms.JMSStreamMessage
Reads a double from the stream message.
readDouble() - Method in class com.ibm.jms.JMSBytesMessage
Reads a double from the bytes message.
readDouble() - Method in class com.ibm.mq.MQMessage
Reads a double from the current position in the message buffer.
readFloat() - Method in class com.ibm.jms.JMSStreamMessage
Reads a float from the stream message.
readFloat() - Method in class com.ibm.jms.JMSBytesMessage
Reads a float from the bytes message.
readFloat() - Method in class com.ibm.mq.MQMessage
Reads a double from the current position in the message buffer.
readFully(byte[]) - Method in class com.ibm.mq.MQMessage
Fills a byte array with data from the message buffer.
readFully(byte[], int, int) - Method in class com.ibm.mq.MQMessage
Partly fills a byte array with data from the message buffer.
readInt() - Method in class com.ibm.jms.JMSStreamMessage
Reads a 32-bit integer from the stream message.
readInt() - Method in class com.ibm.jms.JMSBytesMessage
Reads a signed 32-bit integer from the bytes message.
readInt() - Method in class com.ibm.mq.MQMessage
Reads an integer from the current position in the message buffer.
readInt2() - Method in class com.ibm.mq.MQMessage
Identical to readShort().
readInt4() - Method in class com.ibm.mq.MQMessage
Synonym for readInt(), provided for cross-language WMQ API compatibility.
readInt8() - Method in class com.ibm.mq.MQMessage
Identical to readLong().
readLine() - Method in class com.ibm.mq.MQMessage
Reads a line of text from the message.
readLong() - Method in class com.ibm.jms.JMSStreamMessage
Reads a 64-bit integer from the stream message.
readLong() - Method in class com.ibm.jms.JMSBytesMessage
Reads a signed 64-bit integer from the bytes message.
readLong() - Method in class com.ibm.mq.MQMessage
Reads an integer from the current position in the message buffer.
readMQMDE() - Method in class com.ibm.mq.MQMessage
Reads an embedded extended MQMD object.
readObject() - Method in class com.ibm.jms.JMSStreamMessage
Reads a Java object from the stream message.
readObject() - Method in class com.ibm.mq.MQMessage
Reads an object carried in the message.
readShort() - Method in class com.ibm.jms.JMSStreamMessage
Reads a 16-bit integer from the stream message.
readShort() - Method in class com.ibm.jms.JMSBytesMessage
Reads a signed 16-bit number from the bytes message.
readShort() - Method in class com.ibm.mq.MQMessage
Reads a short from the current position in the message buffer.
readString() - Method in class com.ibm.jms.JMSStreamMessage
Reads in a String from the stream message.
readString(int) - Method in class com.ibm.mq.MQMessage
Deprecated. use readStringOfCharLength(int) method instead.
readStringOfByteLength(int) - Method in class com.ibm.mq.MQMessage
Reads a specified number of bytes and uses them to construct a new string using the character set specified by characterSet.
readStringOfCharLength(int) - Method in class com.ibm.mq.MQMessage
Reads a string in the codeset identified by characterSet and converts it into Unicode.
readUInt2() - Method in class com.ibm.mq.MQMessage
Identical to readUnsignedShort(), provided for cross-language WMQ API compatibility.
readUnsignedByte() - Method in class com.ibm.jms.JMSBytesMessage
Reads an unsigned 8-bit number from the bytes message.
readUnsignedByte() - Method in class com.ibm.mq.MQMessage
Reads an unsigned byte from the current position in the message buffer.
readUnsignedShort() - Method in class com.ibm.jms.JMSBytesMessage
Reads an unsigned 16-bit number from the bytes message.
readUnsignedShort() - Method in class com.ibm.mq.MQMessage
Reads an unsigned short from the current position in the message buffer.
readUTF() - Method in class com.ibm.jms.JMSBytesMessage
Reads a string that has been encoded using a modified UTF-8 format from the bytes message.
readUTF() - Method in class com.ibm.mq.MQMessage
Reads a UTF format String from the current position in the message buffer.
reasonCode - Variable in class com.ibm.mq.MQException
WebSphere MQ reason code describing the error.
reasonCode - Variable in class com.ibm.mq.MQDistributionListItem
The reason code resulting from the last operation on this item.
RECEIVE_EXIT_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining a channel receive exit.
receive() - Method in class com.ibm.mq.jms.MQMessageConsumer
Receives the next message produced for this message consumer.
receive(long) - Method in class com.ibm.mq.jms.MQMessageConsumer
Receives the next message that arrives within the specified timeout interval.
receiveExit - Static variable in class com.ibm.mq.MQEnvironment
The receive exit used when receiving messages from a queue manager.
receiveExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQReceiveExitChain
Calls the receive exit.
receiveExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in interface com.ibm.mq.MQReceiveExit
The receive exit method that your class must provide.
receiveExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQQueueManager.MQExitWrapper
 
receiveExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQExternalReceiveExit
Calls the external user exit.
receiveNoWait() - Method in class com.ibm.mq.jms.MQMessageConsumer
Receives the next message if one is immediately available.
receiveUserData - Variable in class com.ibm.mq.MQChannelDefinition
A storage area for the receive exit to use.
recordFields - Variable in class com.ibm.mq.MQPutMessageOptions
Flag that controls the behavior of MQPUT when used with distribution lists.
recover() - Method in class com.ibm.mq.jms.MQXASession
Not to be called in this context.
recover() - Method in class com.ibm.mq.jms.MQSession
Stops message delivery in this session and restarts message delivery with the oldest unacknowledged message.
recover() - Method in class com.ibm.mq.jms.MQQueueSession
Restarts message delivery from the oldest unacknowledged message.
recycleConnection(MQManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.ibm.mq.MQSimpleConnectionManager
Finds an existing connection to a queue manager.
remotePassword - Variable in class com.ibm.mq.MQChannelDefinition
The password used to establish the connection.
remoteUserId - Variable in class com.ibm.mq.MQChannelDefinition
The user ID used to establish the connection.
removeConnectionPoolToken(MQPoolToken) - Static method in class com.ibm.mq.MQEnvironment
Removes a token from the connection pool.
replyToQueueManagerName - Variable in class com.ibm.mq.MQMD
The name of the queue manager to which reply or report messages should be sent.
replyToQueueName - Variable in class com.ibm.mq.MQMD
The name of the queue to which a reply should be sent.
report - Variable in class com.ibm.mq.MQMD
This field enables the application sending the original message to specify which report messages are required, whether the application message data is to be included in them, and also how the message and correlation ID in the report or reply are to be set.
reset() - Method in class com.ibm.jms.JMSStreamMessage
Puts the message in read-only mode, and repositions the stream to the beginning.
reset() - Method in class com.ibm.jms.JMSBytesMessage
Puts the message in read-only mode, and repositions the stream of bytes to the beginning.
resizeBuffer(int) - Method in class com.ibm.mq.MQMessage
Indicates to the MQMessage class the size of buffer that might be required.
resolvedQueueManagerName - Variable in class com.ibm.mq.MQPutMessageOptions
An output field set by the queue manager to the name of the queue manager that owns the remote queue.
resolvedQueueName - Variable in class com.ibm.mq.MQPutMessageOptions
The output field set by the queue manager to the name of the queue on which the message is placed.
resolvedQueueName - Variable in class com.ibm.mq.MQGetMessageOptions
The local name of the queue from which the message was retrieved.
returnedLength - Variable in class com.ibm.mq.MQGetMessageOptions
The length in bytes of the message data.
rollback() - Method in class com.ibm.mq.jms.MQXASession
Not to be called in this context.
rollback() - Method in class com.ibm.mq.jms.MQSession
Rolls back any messages processed in this transaction and releases any locks currently held.
rollback() - Method in class com.ibm.mq.jms.MQQueueSession
Rolls back any messages done in this transaction and releases any locks currently held.
run() - Method in class com.ibm.mq.jms.Cleanup
Runs Cleanup.

S

SECURITY_EXIT_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining a channel security exit.
securityExit - Static variable in class com.ibm.mq.MQEnvironment
The security exit used when connecting to a queue manager.
securityExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in interface com.ibm.mq.MQSecurityExit
The security exit method that your class must provide.
securityExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQQueueManager.MQExitWrapper
 
securityExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQExternalSecurityExit
Calls the external user exit.
securityUserData - Variable in class com.ibm.mq.MQChannelDefinition
A storage area for the security exit to use.
seek(int) - Method in class com.ibm.mq.MQMessage
Moves the cursor to a new absolute position in the message buffer.
segmentation - Variable in class com.ibm.mq.MQGetMessageOptions
Whether segmentation is allowed for the retrieved message.
segmentStatus - Variable in class com.ibm.mq.MQGetMessageOptions
Whether the retrieved message is a segment of a logical message.
SEND_EXIT_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining a channel send exit.
send(Destination, Message) - Method in class com.ibm.mq.jms.MQMessageProducer
Sends a message to a destination if you are using a message producer for which no destination was specified when the message producer was created.
send(Destination, Message, int, int, long) - Method in class com.ibm.mq.jms.MQMessageProducer
Sends a message to a destination if you are using a message producer for which no destination was specified when the message producer was created.
send(Message) - Method in class com.ibm.mq.jms.MQMessageProducer
Sends a message.
send(Message, int, int, long) - Method in class com.ibm.mq.jms.MQMessageProducer
Sends a message specifying a delivery mode, a priority, and the lifetime of the message.
sendExit - Static variable in class com.ibm.mq.MQEnvironment
The send exit used when sending messages to a queue manager.
sendExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQSendExitChain
Calls the send exit.
sendExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in interface com.ibm.mq.MQSendExit
The send exit method that your class must provide.
sendExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQQueueManager.MQExitWrapper
 
sendExit(MQChannelExit, MQChannelDefinition, byte[]) - Method in class com.ibm.mq.MQExternalSendExit
Calls the external user exit.
sendUserData - Variable in class com.ibm.mq.MQChannelDefinition
A storage area for the send exit to use.
set(int[], int[], byte[]) - Method in class com.ibm.mq.MQManagedObject
Sets requested attributes of the object.
setActive(int) - Method in class com.ibm.mq.MQSimpleConnectionManager
Sets the active mode of the pool.
setAttributeString(int, String, int) - Method in class com.ibm.mq.MQManagedObject
Sets an attribute string.
setAuthenticationType(int) - Method in class com.ibm.mq.MQConnectionSecurityParameters
Sets the authentication method to be used by the Object Authority Manager (OAM).
setBoolean(String, boolean) - Method in class com.ibm.jms.JMSMapMessage
Sets a boolean value with the given name in the map.
setBooleanProperty(String, boolean) - Method in class com.ibm.jms.JMSMessage
Sets a boolean property value with the given name in the message.
setBrokerCCDurSubQueue(String) - Method in class com.ibm.mq.jms.MQTopic
Sets the name of the subscriber queue for consumers, using a durable connection to the broker.
setBrokerCCSubQueue(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the broker nondurable connection consumer subscriber queue.
setBrokerControlQueue(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the broker control queue.
setBrokerDurSubQueue(String) - Method in class com.ibm.mq.jms.MQTopic
Sets the brokerDurSubQueue attribute
setBrokerPubQueue(String) - Method in class com.ibm.mq.jms.MQTopic
Set method for broker publish queue attribute.
setBrokerPubQueue(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the broker's publish queue.
setBrokerPubQueueManager(String) - Method in class com.ibm.mq.jms.MQTopic
Sets the broker's queue manager.
setBrokerQueueManager(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the broker's queue manager.
setBrokerSubQueue(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the name of the broker nondurable subscriber queue.
setBrokerVersion(int) - Method in class com.ibm.mq.jms.MQTopic
Sets the broker version.
setBrokerVersion(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the version of the broker.
setByte(String, byte) - Method in class com.ibm.jms.JMSMapMessage
Sets a byte value with the given name in the map.
setByteProperty(String, byte) - Method in class com.ibm.jms.JMSMessage
Sets a byte property value with the given name in the message.
setBytes(String, byte[]) - Method in class com.ibm.jms.JMSMapMessage
Sets a byte array with the given name in the map.
setBytes(String, byte[], int, int) - Method in class com.ibm.jms.JMSMapMessage
Sets a portion of a byte array in the map with the given name.
setCCDTURL(URL) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the URL for the client channel definition table.
setCCSID(int) - Method in class com.ibm.mq.jms.MQDestination
Sets the number of the character set that is used by this destination.
setCCSID(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the character set to be used when connecting to the queue manager.
setChannel(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the channel - applies to clients only.
setChar(String, char) - Method in class com.ibm.jms.JMSMapMessage
Sets a Unicode character with the given name in the map.
setCleanupInterval(long) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the clean up interval.
setCleanupInterval(long) - Method in class com.ibm.mq.jms.Cleanup
Sets the cleanup interval.
setCleanupLevel(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the clean up level.
setCleanupLevel(int) - Method in class com.ibm.mq.jms.Cleanup
Sets the cleanup level.
setClientId(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Deprecated. use setClientID() instead.
setClientID(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the client ID.
setClientID(String) - Method in class com.ibm.mq.jms.MQConnection
Sets the client ID for this connection.
setCloneSupport(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Selects whether cloning is supported.
setConnTag(byte[]) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the value of the queue manager connection tag.
setCSPPassword(String) - Method in class com.ibm.mq.MQConnectionSecurityParameters
Sets a String to be used as the MQCSP password.
setCSPUserId(String) - Method in class com.ibm.mq.MQConnectionSecurityParameters
Sets a String to be used as the MQCSP user ID.
setDataOffset(int) - Method in class com.ibm.mq.MQMessage
Moves the cursor to a new absolute position in the message buffer.
setDefaultConnectionManager(ConnectionManager) - Static method in class com.ibm.mq.MQEnvironment
Sets the default ConnectionManager, and empties the set of MQPoolTokens.
setDefaultConnectionManager(MQConnectionManager) - Static method in class com.ibm.mq.MQEnvironment
Sets the default MQConnectionManager, and empties the set of MQPoolTokens.
setDeliveryMode(int) - Method in class com.ibm.mq.jms.MQMessageProducer
Sets the producer's default delivery mode.
setDescription(String) - Method in class com.ibm.mq.jms.MQDestination
Sets a description of the destination.
setDescription(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the description.
setDirectAuth(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the type of direct authentication that is required.
setDisableMessageID(boolean) - Method in class com.ibm.mq.jms.MQMessageProducer
Sets whether message IDs are disabled.
setDisableMessageTimestamp(boolean) - Method in class com.ibm.mq.jms.MQMessageProducer
Sets whether message timestamps are disabled.
setDouble(String, double) - Method in class com.ibm.jms.JMSMapMessage
Sets a double value with the given name in the map.
setDoubleProperty(String, double) - Method in class com.ibm.jms.JMSMessage
Sets a double property value with the given name in the message.
setEncoding(int) - Method in class com.ibm.mq.jms.MQDestination
Sets the encoding to be used for numeric fields in messages sent to this destination.
setEntryPointName(String) - Method in class com.ibm.mq.MQExternalUserExit
Sets the name of the entry point for an exit.
setExceptionListener(ExceptionListener) - Method in class com.ibm.mq.jms.MQConnection
Sets an exception listener for this connection.
setExceptionListener(ExceptionListener) - Method in class com.ibm.mq.jms.Cleanup
Sets the ExceptionListener.
setExitChain(List) - Method in class com.ibm.mq.MQSendExitChain
Inserts a collection of send exits into the chain.
setExitChain(List) - Method in class com.ibm.mq.MQReceiveExitChain
Inserts a collection of receive exits into the chain.
setExpiry(long) - Method in class com.ibm.mq.jms.MQDestination
Sets the expiry of all messages sent to this destination.
setFailIfQuiesce(int) - Method in class com.ibm.mq.jms.MQDestination
Sets the behavior of applications accessing a quiescing queue manager with this destination.
setFailIfQuiesce(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the default behavior of applications accessing a quiescing queue manager.
setFloat(String, float) - Method in class com.ibm.jms.JMSMapMessage
Sets a floating point value with the given name in the map.
setFloatProperty(String, float) - Method in class com.ibm.jms.JMSMessage
Sets a float property value with the given name in the message.
setFormat(int) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Sets the output format for trace entries.
setHdrCompList(Collection) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the list of header compression techniques.
setHighThreshold(int) - Method in class com.ibm.mq.MQSimpleConnectionManager
Deprecated. use setMaxUnusedConnections() instead.
setHostName(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the host.
setInhibitGet(int) - Method in class com.ibm.mq.MQQueue
Controls whether get operations are allowed for this queue.
setInhibitPut(int) - Method in class com.ibm.mq.MQQueue
Controls whether put operations are allowed for this queue.
setInt(String, int) - Method in class com.ibm.jms.JMSMapMessage
Sets an integer value with the given name in the map.
setIntProperty(String, int) - Method in class com.ibm.jms.JMSMessage
Sets an integer property value with the given name in the message.
setJMSCorrelationID(String) - Method in class com.ibm.jms.JMSMessage
Sets the correlation ID for the message.
setJMSCorrelationIDAsBytes(byte[]) - Method in class com.ibm.jms.JMSMessage
Sets the correlation ID as an array of bytes for the message.
setJMSDeliveryMode(int) - Method in class com.ibm.jms.JMSMessage
Sets the delivery mode for this message.
setJMSDestination(Destination) - Method in class com.ibm.jms.JMSMessage
Sets the destination for this message.
setJMSExpiration(long) - Method in class com.ibm.jms.JMSMessage
Sets the message's expiration value.
setJMSMessageID(String) - Method in class com.ibm.jms.JMSMessage
Sets the message ID.
setJMSPriority(int) - Method in class com.ibm.jms.JMSMessage
Sets the priority for this message.
setJMSRedelivered(boolean) - Method in class com.ibm.jms.JMSMessage
Sets a boolean to indicate whether this message is being redelivered.
setJMSReplyTo(Destination) - Method in class com.ibm.jms.JMSMessage
Sets the destination to which a reply to this message should be sent.
setJMSTimestamp(long) - Method in class com.ibm.jms.JMSMessage
Sets the message timestamp.
setJMSType(String) - Method in class com.ibm.jms.JMSMessage
Sets the message type.
setLibraryName(String) - Method in class com.ibm.mq.MQExternalUserExit
Sets the name of the library module which contains the exit.
setLocalAddress(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the local address.
setLong(String, long) - Method in class com.ibm.jms.JMSMapMessage
Sets a long value with the given name in the map.
setLongProperty(String, long) - Method in class com.ibm.jms.JMSMessage
Sets a long property value with the given name in the message.
setMapNameStyle(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Allows compatibility style to be used for MapMessage element names.
setMaxConnections(int) - Method in class com.ibm.mq.MQSimpleConnectionManager
Sets the maximum number of connections.
setMaxUnusedConnections(int) - Method in class com.ibm.mq.MQSimpleConnectionManager
Sets the maximum number of unused connections in the pool.
setMessageListener(MessageListener) - Method in class com.ibm.mq.jms.MQSession
Sets the session's distinguished message listener.
setMessageListener(MessageListener) - Method in class com.ibm.mq.jms.MQMessageConsumer
Sets the message consumer's MessageListener.
setMessageRetention(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets what happens to unwanted messages.
setMessageSelection(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets whether the client or the broker performs message selection.
setMethodTraceThreshold(int) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Sets the threshhold trace level at which system method tracing (within the JVM) is enabled.
setMQConnectionOptions(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the connection options for a queue manager.
setMQCSP(MQConnectionSecurityParameters) - Method in class com.ibm.mq.MQChannelExit
Sets an MQConnectionSecurityParameters object.
setMsgBatchSize(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the message batch size.
setMsgCompList(Collection) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the list of message compression techniques.
setMulticast(int) - Method in class com.ibm.mq.jms.MQTopic
Sets the value of the multicast attribute.
setMulticast(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the value of the multicast attribute.
setNewBuffer(byte[]) - Method in class com.ibm.mq.MQExternalUserExit
 
setObject(Serializable) - Method in class com.ibm.jms.JMSObjectMessage
Sets the serializable Object containing this message's data.
setObject(String, Object) - Method in class com.ibm.jms.JMSMapMessage
Sets a Java object with the given name in the map.
setObjectProperty(String, Object) - Method in class com.ibm.jms.JMSMessage
Sets a Java object property value with the given name into the message.
setOptimisticPublication(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Determines whether the publish/subscribe MessageProducers can return immediately from a send/publish call rather than wait until the message has completed delivery.
setOutcomeNotification(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Determines whether publish/subscribe MessageConsumers are informed of the outcome of acknowledge or commit calls after receiving messages.
setPassword(String) - Method in class com.ibm.mq.jms.Cleanup
Sets the durable connection password
setPersistence(int) - Method in class com.ibm.mq.jms.MQDestination
Overrides the persistence of all messages sent to this destination.
setPollingInterval(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the interval between scans of all receivers during asynchronous message delivery.
setPort(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the port for a client connection.
setPriority(int) - Method in class com.ibm.mq.jms.MQMessageProducer
Sets the producer's default priority.
setPriority(int) - Method in class com.ibm.mq.jms.MQDestination
Overrides the priority of all messages sent to this destination.
setProcessDuration(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets how promptly received messages are processed.
setProperty(String, String) - Method in class com.ibm.mq.jms.MQDestination
Sets an arbitrary, user-defined property.
setProxyHostName(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the proxy host name.
setProxyPort(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the proxy port attribute.
setPubAckInterval(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the number of messages that can be published before requiring acknowledgement from the broker.
setQueueManager(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of the queue manager.
setReceiveExit(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the receive exit.
setReceiveExitInit(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the initialization string for the receive exit.
setReceiveIsolation(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets whether calls by MessageConsumers are isolated from other operations.
setRescanInterval(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the interval between browsing a queue.
setSecurityExit(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the security exit.
setSecurityExitInit(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the initialization string for the security exit.
setSendExit(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the send exit.
setSendExitInit(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Gets the description of the send exit.
setShort(String, short) - Method in class com.ibm.jms.JMSMapMessage
Sets a short value with the given name in the map.
setShortProperty(String, short) - Method in class com.ibm.jms.JMSMessage
Sets a short property value with the given name in the message.
setSparseSubscriptions(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets whether sparse subscriptions are selected.
setSSLCertStores(Collection) - Method in class com.ibm.mq.jms.MQConnectionFactory
Provides a collection of CertStore objects used for certificate revocation list (CRL) checking.
setSSLCertStores(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Specifies a list of LDAP servers used for certificate revocation list (CRL) checking.
setSSLCipherSuite(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the CipherSuite used for SSL encryption.
setSSLFipsRequired(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets whether sslFips (FIPS) is required.
setSSLPeerName(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets a distinguished name (DN) pattern.
setSSLResetCount(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the SSL reset count.
setSSLSocketFactory(Object) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the SSLSocketFactory for use with SSL encryption.
setState(int) - Method in class com.ibm.mq.jms.MQConnectionState
Synchronized method used to alter the state of the connection
setStatusRefreshInterval(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the status refresh interval.
setString(String, String) - Method in class com.ibm.jms.JMSMapMessage
Sets a String value with the given name in the map.
setStringProperty(String, String) - Method in class com.ibm.jms.JMSMessage
Sets a String property value with the given name in the message.
setSubscriptionStore(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the SUBSTORE property.
setSyncpointAllGets(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Chooses whether to do all GET operations within a syncpoint.
setTargetClient(int) - Method in class com.ibm.mq.jms.MQDestination
Sets a flag indicating whether the remote application supports JMS.
setTargetClientMatching(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Enable or disable target client matching.
setTemporaryModel(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the name of a model queue for creating temporary destinations.
setTempQPrefix(String) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the prefix to be used to form the name of a WebSphere MQ dynamic queue.
setText(String) - Method in class com.ibm.jms.JMSTextMessage
Sets the String containing this message's data.
setTimeout(long) - Method in class com.ibm.mq.MQSimpleConnectionManager
Sets the timeout value.
setTimeToLive(long) - Method in class com.ibm.mq.jms.MQMessageProducer
Sets the default length of time that the message system retains a produced message.
setTraceLevel(int) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Sets the trace level for the current trace.
setTransportType(int) - Method in class com.ibm.mq.jms.MQConnectionFactory
Sets the transport type.
setTriggerControl(int) - Method in class com.ibm.mq.MQQueue
Controls whether trigger messages are written to an initiation queue.
setTriggerData(String) - Method in class com.ibm.mq.MQQueue
Sets the data for the trigger message that is written to the initiation queue.
setTriggerDepth(int) - Method in class com.ibm.mq.MQQueue
Sets the number of messages that have to be on the queue to generate a trigger message.
setTriggerMessagePriority(int) - Method in class com.ibm.mq.MQQueue
Sets the message priority below which messages do not cause trigger messages.
setTriggerType(int) - Method in class com.ibm.mq.MQQueue
Sets the conditions under which trigger messages are written.
setUseConnectionPooling(boolean) - Method in class com.ibm.mq.jms.MQConnectionFactory
Chooses whether to use connection pooling.
setUserData(String) - Method in class com.ibm.mq.MQExternalUserExit
Sets the user data for the exit.
setUserID(String) - Method in class com.ibm.mq.jms.Cleanup
Sets the durable connection user ID.
setVersion(int) - Method in class com.ibm.mq.MQMD
Sets the version of the message.
skipBytes(int) - Method in class com.ibm.mq.MQMessage
Moves the cursor forward in the message buffer.
SSL_CERT_STORE_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the SSL certificate store.
SSL_CIPHER_SUITE_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the name of the SSL cipher suite.
SSL_FIPS_REQUIRED_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the SSL FIPS required flag.
SSL_PEER_NAME_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the SSL peer name.
SSL_RESET_COUNT_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the SSL key reset count.
SSL_SOCKET_FACTORY_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the SSL socket factory.
sslCertStores - Static variable in class com.ibm.mq.MQEnvironment
Collection of SSL CertStores.
sslCipherSuite - Static variable in class com.ibm.mq.MQEnvironment
The name of the Cipher Suite to be used by SSL.
sslFipsRequired - Static variable in class com.ibm.mq.MQEnvironment
When this is set to true, the only Cipher Suites that can be used on an SSL connection from this client process are those which are FIPS-enabled.
sslPeerName - Static variable in class com.ibm.mq.MQEnvironment
The Distinguished Name (DN) of the queue manager to be used by SSL.
sslPeerName - Variable in class com.ibm.mq.MQChannelDefinition
The SSL peer name used for matching.
sslResetCount - Static variable in class com.ibm.mq.MQEnvironment
The total number of unencrypted bytes that are sent and received by the initiating channel MCA before the secret key is reset.
sslSocketFactory - Static variable in class com.ibm.mq.MQEnvironment
The factory to use when connecting with SSL encryption.
start() - Method in class com.ibm.mq.jms.MQConnection
Start or restart delivering incoming messages.
start() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Called when tracing is turned on to perform any initialisation required.
stop() - Method in class com.ibm.mq.jms.MQConnection
Temporarily stops a connection's delivery of incoming messages.
stop() - Method in class com.ibm.mq.jms.Cleanup
Stops any running cleanup thread.
stop() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Called when tracing is turned off to peform any termination required.
SyntaxException - exception com.ibm.mq.jms.SyntaxException.
Indicates that there is a syntax error in an SQL expression.

T

THREAD_AFFINITY - Static variable in interface com.ibm.mq.MQC
Deprecated. see THREAD_AFFINITY_PROPERTY.
THREAD_AFFINITY_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining thread affinity.
toString() - Method in class com.ibm.jms.JMSTextMessage
Returns a String containing a formatted version of the Message.
toString() - Method in class com.ibm.jms.JMSStreamMessage
Gets a String containing a formatted version of the Message.
toString() - Method in class com.ibm.jms.JMSObjectMessage
This method returns a String containing a formatted version of the Message.
toString() - Method in class com.ibm.jms.JMSMessage
Gets a String containing a formatted version of the Message header.
toString() - Method in class com.ibm.jms.JMSMapMessage
Creates a String which contains a formatted version of the Message.
toString() - Method in class com.ibm.jms.JMSBytesMessage
Returns a String containing a formatted version of the Message.
toString() - Method in class com.ibm.mq.jms.MQTopic
Returns a string representation of the Topic object.
toString() - Method in class com.ibm.mq.jms.MQQueue
Gets a version of the queue name.
toString() - Method in class com.ibm.mq.jms.MQConnectionState
 
toString() - Method in class com.ibm.mq.jms.MQConnectionMetaData
Returns a string representation of the object.
trace(int, Object, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Prints one line of trace from within a non-static method if the traceLevel is high enough
trace(int, String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Prints one line of trace from within a static method if the traceLevel is high enough
trace(Object, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Prints one line of trace from within a non-static method.
trace(String, String) - Method in interface com.ibm.mq.jms.services.psk.Tracer
Prints one line of trace from within a static method.
Tracer - interface com.ibm.mq.jms.services.psk.Tracer.
Tracer interface to be implemented by trace service providers.
TRANSPORT_MQSERIES - Static variable in interface com.ibm.mq.MQC
This value indicates that the mode of transport will be determined by the value of the hostname property.
TRANSPORT_MQSERIES_BINDINGS - Static variable in interface com.ibm.mq.MQC
This value indicates that the Java client will connect in Bindings mode.
TRANSPORT_MQSERIES_CLIENT - Static variable in interface com.ibm.mq.MQC
This value indicates that the Java client will connect in Client mode.
TRANSPORT_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the transport.
turnMethodTracingOff() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Disables Java runtime (JVM) method tracing
turnMethodTracingOn() - Method in interface com.ibm.mq.jms.services.psk.Tracer
Enables Java runtime (JVM) method tracing.

U

unknownDestCount - Variable in class com.ibm.mq.MQPutMessageOptions
Number of messages successfully sent to remote queues.
unsubscribe(String) - Method in class com.ibm.mq.jms.MQSession
Unsubscribes a durable subscription that has been created by a client.
updateDistributionListItems() - Method in class com.ibm.mq.MQPutMessageOptions
Copies updates in the response records into the distribution list items.
USER_ID_PROPERTY - Static variable in interface com.ibm.mq.MQC
WebSphere MQ Java environment key for defining the user ID.
userId - Variable in class com.ibm.mq.MQMD
The user ID.
userID - Static variable in class com.ibm.mq.MQEnvironment
The ID used to identify the WebSphere MQ client.

V

version_notice - Static variable in class com.ibm.mq.MQEnvironment
The current version of the Websphere MQ Java Classes.

W

waitInterval - Variable in class com.ibm.mq.MQGetMessageOptions
The maximum time (in milliseconds) that an MQQueue.get() call waits for a suitable message to arrive.
write(byte[]) - Method in class com.ibm.mq.MQMessage
Writes an array of bytes into the message buffer at the current position.
write(byte[], int, int) - Method in class com.ibm.mq.MQMessage
Writes a series of bytes into the message buffer at the current position.
write(int) - Method in class com.ibm.mq.MQMessage
Writes a byte into the message buffer at the current position.
writeBoolean(boolean) - Method in class com.ibm.jms.JMSStreamMessage
Writes a boolean to the stream message.
writeBoolean(boolean) - Method in class com.ibm.jms.JMSBytesMessage
Writes a boolean to the bytes message as a 1-byte value.
writeBoolean(boolean) - Method in class com.ibm.mq.MQMessage
Writes a boolean into the message buffer at the current position.
writeByte(byte) - Method in class com.ibm.jms.JMSStreamMessage
Writes a byte to the stream message.
writeByte(byte) - Method in class com.ibm.jms.JMSBytesMessage
Writes a byte to the bytes message as a 1-byte value.
writeByte(int) - Method in class com.ibm.mq.MQMessage
Writes a byte into the message buffer at the current position.
writeBytes(byte[]) - Method in class com.ibm.jms.JMSStreamMessage
Writes a byte array to the stream message.
writeBytes(byte[]) - Method in class com.ibm.jms.JMSBytesMessage
Writes a byte array to the bytes message.
writeBytes(byte[], int, int) - Method in class com.ibm.jms.JMSStreamMessage
Writes a portion of a byte array to the stream message.
writeBytes(byte[], int, int) - Method in class com.ibm.jms.JMSBytesMessage
Writes a portion of a byte array to the bytes message.
writeBytes(String) - Method in class com.ibm.mq.MQMessage
Writes a String as a sequence of bytes into the message buffer at the current position.
writeChar(char) - Method in class com.ibm.jms.JMSStreamMessage
Writes a char to the stream message.
writeChar(char) - Method in class com.ibm.jms.JMSBytesMessage
Writes a char to the bytes message as a 2-byte value, high byte first.
writeChar(int) - Method in class com.ibm.mq.MQMessage
Writes a Unicode character into the message buffer at the current position.
writeChars(String) - Method in class com.ibm.mq.MQMessage
Writes a String as a sequence of Unicode characters into the message buffer at the current position.
writeDecimal2(short) - Method in class com.ibm.mq.MQMessage
Writes a 2-byte packed decimal format number into the message buffer at the current position.
writeDecimal4(int) - Method in class com.ibm.mq.MQMessage
Writes a 4-byte packed decimal format number into the message buffer at the current position.
writeDecimal8(long) - Method in class com.ibm.mq.MQMessage
Writes an 8-byte packed decimal format number into the message buffer at the current position.
writeDouble(double) - Method in class com.ibm.jms.JMSStreamMessage
Writes a double to the stream message.
writeDouble(double) - Method in class com.ibm.jms.JMSBytesMessage
Converts the double argument to a long using the doubleToLongBits() method in class Double, and then writes that long value to the stream message as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class com.ibm.mq.MQMessage
Writes a double into the message buffer at the current position.
writeFloat(float) - Method in class com.ibm.jms.JMSStreamMessage
Writes a float to the stream message.
writeFloat(float) - Method in class com.ibm.jms.JMSBytesMessage
Converts the float argument to an int using the floatToIntBits() method in class Float, and then writes that int value to the stream message as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class com.ibm.mq.MQMessage
Writes a float into the message buffer at the current position.
writeInt(int) - Method in class com.ibm.jms.JMSStreamMessage
Writes an int to the stream message.
writeInt(int) - Method in class com.ibm.jms.JMSBytesMessage
Writes an int to the bytes message as four bytes, high byte first.
writeInt(int) - Method in class com.ibm.mq.MQMessage
Writes an int into the message buffer at the current position.
writeInt2(int) - Method in class com.ibm.mq.MQMessage
Identical to writeShort(), provided for cross-language WMQ API compatibility.
writeInt4(int) - Method in class com.ibm.mq.MQMessage
Synonym for writeInt(), provided for cross-language WMQ API compatibility.
writeInt8(long) - Method in class com.ibm.mq.MQMessage
Synonym for writeLong(), provided for cross-language WMQ API compatibility.
writeLong(long) - Method in class com.ibm.jms.JMSStreamMessage
Writes a long to the stream message.
writeLong(long) - Method in class com.ibm.jms.JMSBytesMessage
Writes a long to the bytes message as eight bytes, high byte first.
writeLong(long) - Method in class com.ibm.mq.MQMessage
Writes a long into the message buffer at the current position.
writeMQMDE() - Method in class com.ibm.mq.MQMessage
Writes an extended MQMD object into the message at the current position.
writeObject(Object) - Method in class com.ibm.jms.JMSStreamMessage
Writes a Java object to the stream message.
writeObject(Object) - Method in class com.ibm.jms.JMSBytesMessage
Writes a Java object to the bytes message.
writeObject(Object) - Method in class com.ibm.mq.MQMessage
Writes an Object into the message.
writeShort(int) - Method in class com.ibm.mq.MQMessage
Writes a short into the message buffer at the current position.
writeShort(short) - Method in class com.ibm.jms.JMSStreamMessage
Write a short to the stream message.
writeShort(short) - Method in class com.ibm.jms.JMSBytesMessage
Writes a short to the bytes message as two bytes, high byte first.
writeString(String) - Method in class com.ibm.jms.JMSStreamMessage
Writes a String to the stream message.
writeString(String) - Method in class com.ibm.mq.MQMessage
Writes a String into the message buffer at the current position, converting it to the codeset identified by characterSet.
writeUTF(String) - Method in class com.ibm.jms.JMSBytesMessage
Writes a string to the BytesMessage using UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class com.ibm.mq.MQMessage
Writes a String in UTF format into the message buffer at the current position.

X

xaClientEnabled - Static variable in class com.ibm.mq.MQEnvironment
 

A B C D E F G H I J K L M N O P Q R S T U V W X
(c) Copyright IBM Corp. 2005. All Rights Reserved.