trq_msg_rowid()

trq_msg_rowid()#

trq_msg_rowid() retrieves the unique row ID associated with the given queue message.

Prototype

uint64_t trq_msg_rowid(
    q_msg msg
);

Parameters

Key

Type

Description

msg

q_msg

The queue message whose row ID is to be retrieved.


Return Value

Returns the unique row ID of the specified queue message.

Notes

The row ID is a unique identifier assigned to each message in the queue.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples