Previous Topic: Related User ExitsNext Topic: CI_MQS_DPC_EXIT—MQSeries DPC Directory Services Exit


WebSphere MQ Client Transport - Windows User Exits

All supplied WebSphere MQ Client Transport user exits are written using the C programming language. The following table briefly describes the WebSphere MQ Exits:

WebSphere MQ Transport: Language: C

User Exit Name

Source Code

Description

CI_MQS_DPC_EXIT

cimqclex.c

MQ Directory Services Exit

CI_MQS_DPC_HANDLECOMM_COMPLETE

cimqclex.c

Verifies that a data has been processed successfully (a valid send/receive has occurred).

CI_MQS_DPC_SETREPORTOPTIONS

cimqclex.c

Used to override report options set by the runtime.

CI_MQS_DPC_SETUPCOMM_COMPLETE

cimqclex.c

Verifies that connection to target server is successful.

CI_MQS_DYNAMICQNAME_EXIT

cimqclex.c

Provide Queue Name that will be used when opening a dynamic queue.

CI_MQS_MQSHUTDOWNTEST

cimqclex.c

Determine if queue should be removed and thus disconnected.

Details for the preceding user exits follow in a separate section for each.