|
Functions |
MQERETURN | mqeFieldsHelper_unwrapMsg (MQeFieldsHndl hFields, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phNewMsg, MQECONST MQeAttrBaseHndl hAttribute) |
| Restore the embedded MQeMsg data into a new message, copying the origin QMgr name and timestamp fields in the wrapper into the new message, if they don't exist there.
|
MQERETURN | mqeFieldsHelper_wrapMsg (MQeFieldsHndl hFields, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phMessage) |
| Dump a message into a new MQeFields, copying the origin QMgr name and time stamp fields into the new object if these exist. The result is a plain MQeFields!
|
MQERETURN | mqeFieldsHelper_getMsgUidFields (MQeFieldsHndl hFields, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phOutUID) |
| Get an MQeFields that contains all the elements of the unique id (created after a message is put).
|
MQERETURN | mqeFieldsHelper_deleteMsgUidFields (MQeFieldsHndl hFields, MQeExceptBlock *pErrStruct) |
| Delete the UID fields of a message. This allows a message to be sent again.
|
MQERETURN | mqeFieldsHelper_getMsgOriginQMgr (MQeFieldsHndl hFields, MQeExceptBlock *pErrStruct, MQeStringHndl *phOutQMgrName) |
| Get the origin queue manager name of the message.
|
MQERETURN | mqeFieldsHelper_getMsgTimeStamp (MQeFieldsHndl hFields, MQeExceptBlock *pErrStruct, MQEINT64 *pOutTimeStamp) |
| Get the time when the message was put.
|