Functions | |
MQERETURN | mqeHomeServerQueueAdminMsg_new (MQeExceptBlock *pErrStruct, MQeHomeServerQueueAdminMsgHndl *phMsgObj, MQECONST MQeStringHndl hQueueMgr, MQECONST MQeStringHndl hQueue) |
Constructs an MQeHomeServerQueueAdminMsg object. |
The Home Server queue is used to retrieve (using a background thread) pending messages from it's home-queue on it's home-server.
|
Users are expected to apply mqeAdminMsg_*() API calls to the returned object. However, the returned object is no different from an object returned by mqeMsg_new() except for some extra default fields that are introduced. Any calls (except mqeMsg_free()) that are applicable to an MQeMsg can be applied to the returned object.
|