|
Functions |
MQERETURN | mqeMessageEvent_free (MQeMessageEventHndl hMessageEvent, MQeExceptBlock *pErrStruct) |
| This function frees the MQeMessageEvent pointed by hMessageEvent.
|
MQERETURN | mqeMessageEvent_getMessageFields (MQeMessageEventHndl hMessageEvent, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phMsgFields) |
| This function returns an MQeFields containing selected fields from which the message that caused the event to be generated. The unique id of the message is always returned to gether with the MQeSeries Message id, MQeSeries Correlation id, message priority values if they are present in the message.
|
MQERETURN | mqeMessageEvent_getQueueManagerName (MQeMessageEventHndl hMessageEvent, MQeExceptBlock *pErrStruct, MQeStringHndl *phQueueManagerName) |
| This function returns the name of the queue manager that owns the queue that generated event hMessageEvent.
|
MQERETURN | mqeMessageEvent_getQueueName (MQeMessageEventHndl hMessageEvent, MQeExceptBlock *pErrStruct, MQeStringHndl *phQueueName) |
| This function returns the name of the queue that generated event hMessageEvent.
|
It describes MQeMessageEvent C API prototypes.