Functions | |
MQERETURN | mqeConnectionAdminMsg_new (MQeExceptBlock *pErrStruct, MQeConnectionAdminMsgHndl *phMsgObj, MQeStringHndl hQueueMgr) |
Creates a new ConnectionAdminMsg. | |
MQERETURN | mqeConnectionAdminMsg_create (MQeConnectionAdminMsgHndl hMsg, MQeExceptBlock *pErrStruct, MQECONST MQeStringHndl hAdapter, MQECONST MQeStringHndl hParameters, MQECONST MQeStringHndl hOptions, MQECONST MQeStringHndl hChannel, MQeStringHndl hDescription) |
Sets up the administration message to perform the Action_Create action. | |
MQERETURN | mqeConnectionAdminMsg_update (MQeConnectionAdminMsgHndl hMsg, MQeExceptBlock *pErrStruct, MQECONST MQeStringHndl hAdapter, MQECONST MQeStringHndl hParameters, MQECONST MQeStringHndl hOptions, MQECONST MQeStringHndl hChannel, MQeStringHndl hDescription) |
Sets up the administration message to perform the Action_Update action. | |
MQERETURN | mqeConnectionAdminMsg_free (MQeConnectionAdminMsgHndl hMsg, MQeExceptBlock *pErrStruct) |
Frees the MQeConnectionAdminMsg pointed by hMsg. |
Provides the ability to manage connections. The following actions are applicable on connections
Type of Channel to use:
|
|
|
Sets up the administration message to perform the MQE_ADMIN_ACTION_CREATE action This version of mqeConnectionAdminMsg_create adds a simple connection definition for a connection that has one adapter.
|
|
Sets up the administration message to perform the MQE_ADMIN_ACTION_UPDATE action. This version of mqeConnectionAdminMsg_update replaces an existing connection definition for a connection that has one adapter.
|
|
|