|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
MQQueueManager
object being created can be
shared within the context of the Java Virtual Machine.
MQQueueManager
object being created will not
be available for sharing within any context.
MQQueueManager
object being created can be
shared within the context of the currently executing thread.
getMaxUnusedConnections()
instead.
MQConnectionSecurityParameters
object.
MQQueueManager
object reference
if one is available within the specified scope.
MQQueueManager
object reference
if one is available within the specified scope.
MQQueue.get()
and MQQueue.put()
methods.
isConnected
method instead.
isOpen()
method instead.
run()
is currently active.
MQConnectionFactory.setMapNameStyle(boolean)
to indicate that the legacy
com.ibm.jms.JMSMapMessage
element naming format
will be used.
MQConnectionFactory.setMapNameStyle(boolean)
to indicate that the standard
com.ibm.jms.JMSMapMessage
element naming format
will be used.
MQQueueManager
object can be shared within
a specified context.
MQConnectionFactory.setMQConnectionOptions(int)
to indicate that the application
and the local queue manager agent must be part of the same unit of execution.
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.
MQConnectionFactory.setMQConnectionOptions(int)
to indicate that connection tag
use is restricted within the queue manager.
MQConnectionFactory.setMQConnectionOptions(int)
to indicate that connection tag
use is restricted within the queue-sharing group.
MQConnectionFactory.setMQConnectionOptions(int)
to indicate that connection tag
use is serialized within the queue manager.
MQConnectionFactory.setMQConnectionOptions(int)
to indicate that connection tag
use is serialized within the queue-sharing group.
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.
MQConnectionFactory.setMQConnectionOptions(int)
to indicate that the application
and the local queue manager agent must run in separate units of execution.
MQDistributionList
constructor
or the MQQueueManager.accessDistributionList()
method.
MQQueue.get()
.options
field.
MQConnectionFactory.setBrokerVersion(int)
to indicate that the broker
will use RFH1 headers.
MQConnection.setBrokerVersion(int)
to indicate that the broker
will use RFH2 headers.
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.
MQConnectionFactory.setCleanupLevel(int)
to use forced cleanup.
MQConnectionFactory.setCleanupLevel(int)
to indicate that nondurable cleanup
will be used.
MQConnectionFactory.setCleanupLevel(int)
to disable cleanup.
MQConnectionFactory.setCleanupLevel(int)
to use safe cleanup.
MQConnectionFactory.setCleanupLevel(int)
to use strong cleanup.
MQDestination.setTargetClient(int)
to indicate that messages will be sent
to a client running the WebSphere MQ JMS client.
MQDestination.setTargetClient(int)
to indicate that messages will be sent
to a non-JMS WebSphere MQ client.
MQConnectionFactory#setHdrCompList(Collection)
to indicate that no message header compression will be used.
MQConnectionFactory#setHdrCompList(Collection)
to indicate that RLE message header compression will be used.
MQConnectionFactory#setMsgCompList(Collection)
to indicate that no message data compression will be used.
MQConnectionFactory#setMsgCompList(Collection)
to indicate that message data compression is to be
performed using run-length encoding (RLE) compression.
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.
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.
MQConnectionFactory.setDirectAuth(int)
to indicate either no authentication or
basic user name and password authentication will be used.
MQConnectionFactory.setDirectAuth(int)
to indicate public key certificate authentication
will be used.
MQDestination.setExpiry(long)
to indicate that the message expiry
time is set to the value supplied by the application.
MQDestination.setExpiry(long)
to indicate that the message expiry
time is set to unlimited.
MQConnectionFactory.setFailIfQuiesce(int)
to indicate applications accessing a
quiescing queue manager will not fail.
MQConnectionFactory.setFailIfQuiesce(int)
to indicate applications accessing a
quiescing queue manager will fail.
MQConnectionFactory.setMessageRetention(int)
to indicate that unwanted
messages will be dealt with according to their disposition options.
MQConnectionFactory.setMessageRetention(int)
to indicate that unwanted
messages will remain on the input queue.
MQConnectionFactory.setMessageSelection(int)
to indicate that the broker
will perform message selection.
MQConnectionFactory.setMessageSelection(int)
to indicate that the client will
perform message selection.
MQConnectionFactory.setMulticast(int)
to indicate that multicast usage on the Topic will
be determined by the setting on MQConnectionFactory.
MQConnectionFactory.setMulticast(int)
to disable multicast be disabled.
MQConnectionFactory.setMulticast(int)
to enable multicast, if available.
MQConnectionFactory.setMulticast(int)
to enable multicast
but not to use reliable delivery.
MQConnectionFactory.setMulticast(int)
to to enable
multicast with reliable delivery only.
MQDestination.setPersistence(int)
to indicate that the persistence is set
to the value supplied by the application.
MQDestination.setPersistence(int)
to indicate that the persistence for
all messages is set to javax.jms.DeliveryMode.NON_PERSISTENT
.
MQDestination.setPersistence(int)
to indicate that messages will use
NPMCLASS(HIGH) persistence if it is available on the queue.
MQDestination.setPersistence(int)
to indicate that the persistence for
all messages is set to javax.jms.DeliveryMode.PERSISTENT
.
MQDestination.setPersistence(int)
to indicate that the persistence is
taken from the queue definition.
MQDestination.setPriority(int)
to indicate that the priority is set
to the value supplied by the application.
MQDestination.setPriority(int)
to indicate that the priority is taken
from the queue definition.
MQConnectionFactory.setProcessDuration(int)
to indicate that the processing of a MessageConsumers
messages is guaranteed to be completed promptly.
MQConnectionFactory.setProcessDuration(int)
to indicate that the processing of a MessageConsumers
messages will take an unknown amount of time.
MQConnectionFactory.setReceiveIsolation(int)
to indicate that publish/subscribe MessageConsumers
can only attempt to receive messages that have been committed by their publisher.
MQConnectionFactory.setReceiveIsolation(int)
to indicate that publish/subscribe MessageConsumers
are willing to see messages that have not yet been committed by their publisher.
MQConnectionFactory.setSubscriptionStore(int)
to indicate the Broker subscription store
will be used to hold details of subscriptions.
MQConnectionFactory.setSubscriptionStore(int)
to indicate the Migrate subscription store
will be used to hold details of subscriptions.
MQConnectionFactory.setSubscriptionStore(int)
to indicate the Queue subscription store
will be used to hold details of subscriptions.
MQConnectionFactory.setTransportType(int)
to indicate that the application
should connect to the queue manager in bindings mode.
MQConnectionFactory.setTransportType(int)
to indicate that the application
should connect to the queue manager in (client TCP/IP) mode.
MQConnectionFactory.setTransportType(int)
to indicate that the application
should connect to a broker in DirectHTTP mode.
MQConnectionFactory.setTransportType(int)
to indicate that the application
should connect to a broker in DirectIP mode.
MQQueue.put
.options
field is optional.
MQEnvironment
class with those in the given Hashtable.
MQC.MQXCC_CLOSE_CHANNEL
instead.
MQC.MQXCC_OK
instead.
MQC.MQXCC_SEND_AND_REQUEST_SEC_MSG
instead.
MQC.MQXCC_SEND_SEC_MSG
instead.
MQC.MQXCC_SUPPRESS_EXIT
instead.
MQC.MQXCC_SUPPRESS_FUNCTION
instead.
MQC.MQXR_INIT
instead.
MQC.MQXR_INTI_SEC
instead.
MQC.MQXR_SEC_MSG
instead.
MQConnectionSecurityParameters
object.
MQC.MQXR_TERM
instead.
MQC.MQXR_XMIT
instead.
MQC.MQXT_CHANNEL_RCV_EXIT
instead.
MQC.MQXT_CHANNEL_SEC_EXIT
instead.
MQC.MQXT_CHANNEL_SEND_EXIT
instead.
MQQueue.put()
.
readShort()
.
readInt()
, provided for cross-language WMQ API compatibility.
readLong()
.
readStringOfCharLength(int)
method instead.
characterSet
.
characterSet
and converts it into Unicode.
readUnsignedShort()
, provided for cross-language WMQ API compatibility.
setClientID()
instead.
setMaxUnusedConnections()
instead.
MQConnectionSecurityParameters
object.
THREAD_AFFINITY_PROPERTY
.
Tracer
interface to be implemented by trace service providers.
writeShort()
, provided for cross-language WMQ API
compatibility.
writeInt()
, provided for cross-language WMQ API compatibility.
writeLong()
, provided for cross-language WMQ API
compatibility.
characterSet
.
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |