Websphere MQ Everyplace

Package com.ibm.mqe.mqbridge

Provides bridge functionality to allow connectivity between Websphere MQ Everyplace and Websphere MQ queue managers.

See:
          Description

Interface Summary
MQeBridgeExceptionCodes An interface which defines symbolic names for exception codes which can be thrown by MQe bridge code.
MQeRunState Provides symbolic constants for the values of a state of a bridge administered resource.
MQeTransformerInterface All classes that transform Websphere MQ messages to MQeMsgObjects, and vice versa, must conform to this interface.
 

Class Summary
MQeBaseTransformer Deprecated. Deprecated class used in previous versions of MQe to transform an MQ message to MQe message format and vice versa.
MQeBridgeResourceAdminMsg  
MQeCharacteristicLabels This class groups together all the labels used in any MQeFields object used in the Websphere MQ-bridge code.
MQeClientConnectionAdminMsg This is a special type of WebSphere MQ Everyplace message that is used to encapsulate an administration command.
MQeGeneralRFHTransformer A simple MQ to MQe transformer class which transforms the RFH2 headers present in an incoming message on the bridge into MQe Message format and vice versa.
MQeJMSRFHTransformer An MQ to MQe transformer class.
MQeListenerAdminMsg Used to administer transmission queue listener resources.
MQeMbTransformer Deprecated. It is recommended that messages of class MQePubSubMsgObject are used instead of MQeMbMsgObject; the bridge should then be configured to use the MQeJMSRFHTransformer transformer.
MQeMQBridgeAdminMsg Represents an administration message which manipulates a bridge resource.
MQeMQBridgeQueueAdminMsg Used to administer MQeMQBridgeQueue resources on a bridge-enabled queue manager.
MQeMQBridges Deprecated. This class no longer performs useful function.
MQeMQBridgesAdminMsg Used to encapsulate an administration command that acts on the MQeMQBridges object.
MQeMQQMgrProxyAdminMsg This message is created by the application doing the administration and is used to encapsulate an administration command that acts on the MQeMQQMgrProxy object.
MQePersistentBridgeResourceAdminMsg Abstract class to group those bridge resources which retain persistent configuration information.
 

Package com.ibm.mqe.mqbridge Description

Provides bridge functionality to allow connectivity between Websphere MQ Everyplace and Websphere MQ queue managers.


Websphere MQ Everyplace