trq_msg_md_record()#
trq_msg_md_record() retrieves the metadata record of a given queue message.
Prototype
md2_record_ex_t trq_msg_md_record(
q_msg msg
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The queue message whose metadata record is to be retrieved. |
Return Value
Returns an md2_record_ex_t structure containing the metadata record of the specified message.
Notes
The metadata record provides additional information about the message, such as timestamps and flags.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples