Functions | |
MQERETURN | mqeQueueManagerConfigure_new (MQeExceptBlock *pErrStruct, MQeQueueManagerConfigureHndl *phQMgrConfig, MQECONST MQeFieldsHndl hStartUpParams, MQeStringHndl hQStore) |
This function constructs/activates a mqeQueueManagerConfigure. | |
MQERETURN | mqeQueueManagerConfigure_activate (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQECONST MQeFieldsHndl hStartUpParams, MQeStringHndl hQStore) |
This function activates a mqeQueueManagerConfigure to make it ready to configure a queue manager. | |
MQERETURN | mqeQueueManagerConfigure_close (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function closes (*hQMgrConfig). | |
MQERETURN | mqeQueueManagerConfigure_free (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function frees (*hQMgrConfig). | |
MQERETURN | mqeQueueManagerConfigure_defineDefaultAdminQueue (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQeStringHndl hDescription) |
This function defines a standard administration queue in the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_defineDefaultAdminReplyQueue (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQeStringHndl hDescription) |
This function defines a standard administration reply queue in the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_defineDefaultDeadLetterQueue (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQeStringHndl hDescription) |
This function defines a standard administration reply queue in the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_defineDefaultSystemQueue (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQeStringHndl hDescription) |
This function defines a standard SYSTEM.DEFAULT.LOCAL.QUEUE local queue in the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_defineQueueManager (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function defines a queue manager in the registry. | |
MQERETURN | mqeQueueManagerConfigure_deleteAdminQueueDefinition (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function deletes the definition of the standard administration queue from the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_deleteAdminReplyQueueDefinition (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function deletes the definition of the standard administration reply queue from the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_deleteDeadLetterQueueDefinition (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function deletes the definition of the standard dead letter queue from the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_deleteQueueManagerDefinition (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function deletes the definition of the standard dead letter queue from the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_deleteStandardQMDefinitions (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function deletes the definitions of the standard default queues and the queue manager itself from the registry. | |
MQERETURN | mqeQueueManagerConfigure_deleteSystemQueueDefinition (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct) |
This function deletes the definition of the standard SYSTEM.DEFAULT.LOCAL.QUEUE local queue from the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_queueManagerExists (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQEBOOL *pExists) |
This function checks if the queue manager definition exists in the registry for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_setChannelTimeout (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQEINT64 timeout) |
This function sets the channel time-out value for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_setChnlAttributeRuleName (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQeStringHndl hRuleName) |
This function sets the channel attribute rule class for the queue manager. | |
MQERETURN | mqeQueueManagerConfigure_setDescription (MQeQueueManagerConfigureHndl hQMgrConfig, MQeExceptBlock *pErrStruct, MQeStringHndl hRuleName) |
This function sets the description for the queue manager. |
It describes MQSeries Everyplace C API prototypes.
|
|
|
|
|
An attempt to use the closed object after it has been closed results in an error being raised. The object must be closed before the queue manager itself can be activated.
|
|
|
|
An error is raised if the queue already exists.
|
|
An error is raised if the queue already exists.
|
|
An error is raised if the queue already exists.
|
|
An error is raised if the queue already exists.
|
|
This is required before the queue manager itself can be activated. An error is raised if the queue manager definition already exists.
|
|
No error is generated if the definition does not already exist.
|
|
No error is generated if the definition does not already exist. The queue itself is not removed.
|
|
No error is generated if the definition does not already exist. The queue itself is not removed.
|
|
No error is generated if the definition does not already exist. The queue itself is not removed.
|
|
No error is generated if the definitions do not already exist. It is equivalent to applying mqeQMgr_deleteDeadLetterQueueDefinition(), mqeQMgr_deleteSystemQueueDefinition(), mqeQMgr_deleteAdminQueueDefinition(), mqeQMgr_deleteAdminReplyQueueDefinition(), and mqeQMgr_deleteQueueManagerDefinition().
|
|
No error is generated if the definition does not already exist. The queue itself is not removed.
|
|
|
|
This function must be called before mqeQueueManagerConfigure_defineQueueManager(), otherwise it is ignored.
|
|
This function must be called before mqeQueueManagerConfigure_defineQueueManager(), otherwise it is ignored.
|
|
This function must be called before mqeQueueManagerConfigure_defineQueueManager(), otherwise it is ignored.
|