See: Description
| Interface | Description |
|---|---|
| WMQReceiveExit |
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.
|
| WMQSecurityExit |
The security exit interface allows you to customize the security flows that occur when an
atttempt is made to connect to a queue manager.
|
| WMQSendExit |
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.
|
| Class | Description |
|---|---|
| MQCD |
MQCD structure
|
| MQCSP |
MQCSP structure
struct tagMQCSP {
MQCHAR4 StrucId;
MQLONG Version;
MQLONG AuthenticationType;
MQBYTE4 Reserved1;
MQPTR CSPUserIdPtr;
MQLONG CSPUserIdOffset;
MQLONG CSPUserIdLength;
MQBYTE8 Reserved2;
MQPTR CSPPasswordPtr;
MQLONG CSPPasswordOffset;
MQLONG CSPPasswordLength;
};
|
| MQCXP |
MQCXP structure
struct tagMQCXP {
MQCHAR4 StrucId;
MQLONG Version;
MQLONG ExitId;
MQLONG ExitReason;
MQLONG ExitResponse;
MQLONG ExitResponse2;
MQLONG Feedback;
MQLONG MaxSegmentLength;
MQBYTE16 ExitUserArea;
MQCHAR32 ExitData;
MQLONG MsgRetryCount;
MQLONG MsgRetryInterval;
MQLONG MsgRetryReason;
MQLONG HeaderLength;
MQCHAR48 PartnerName;
MQLONG FAPLevel;
MQLONG CapabilityFlags;
MQLONG ExitNumber;
MQLONG ExitSpace;
MQCHAR12 SSLCertUserid;
MQLONG SSLRemCertIssNameLength;
MQPTR SSLRemCertIssNamePtr;
PMQCSP SecurityParms;
MQLONG CurHdrCompression;
MQLONG CurMsgCompression;
MQHCONN Hconn;
MQBOOL SharingConversations;
MQLONG UserSource;
PMQIEP pEntryPoints;
MQCHAR4 RemoteProduct;
MQCHAR8 RemoteVersion;
};
|
This package comprises a set of classes and interfaces which allow the Java programmer to work with MQ Channel Exits.