UM C API
6.12.1
|
Structure that holds UMQ ACK information for a given message in an extended form. More...
#include <lbm.h>
Data Fields | |
int | flags |
lbm_umq_msgid_t | msg_id |
lbm_uint_t | first_sequence_number |
lbm_uint_t | last_sequence_number |
lbm_uint_t | queue_id |
lbm_uint_t | queue_instance_index |
void * | msg_clientd |
char | queue_instance [LBM_UME_MAX_STORE_STRLEN] |
char | queue [LBM_UMQ_MAX_QUEUE_STRLEN] |
Structure that holds UMQ ACK information for a given message in an extended form.
A structure used with UMQ source applications to indicate message acknowledgment by a queue instance.
See lbm_src_event_umq_stability_ack_info_ex_t_stct for field definitions.
lbm_uint_t lbm_src_event_umq_stability_ack_info_ex_t_stct::first_sequence_number |
First sequence number for the message after being fragmented
int lbm_src_event_umq_stability_ack_info_ex_t_stct::flags |
Bitmap indicating extra information about the ACK. Zero or more flag bits ORed together: LBM_SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_* (i.e. LBM_SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_INTRAGROUP_STABLE, LBM_SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_INTERGROUP_STABLE, LBM_SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_STABLE, LBM_SRC_EVENT_UMQ_MESSAGE_STABLE_EX_FLAG_USER)
Flags that indicate which optional portions are included
lbm_uint_t lbm_src_event_umq_stability_ack_info_ex_t_stct::last_sequence_number |
Last sequence number for the message after being fragmented
void* lbm_src_event_umq_stability_ack_info_ex_t_stct::msg_clientd |
The clientd pointer passed in for the message
lbm_umq_msgid_t lbm_src_event_umq_stability_ack_info_ex_t_stct::msg_id |
Message ID of the message being acknowledged
char lbm_src_event_umq_stability_ack_info_ex_t_stct::queue[LBM_UMQ_MAX_QUEUE_STRLEN] |
The name of the queue
lbm_uint_t lbm_src_event_umq_stability_ack_info_ex_t_stct::queue_id |
The Queue ID of the queue
char lbm_src_event_umq_stability_ack_info_ex_t_stct::queue_instance[LBM_UME_MAX_STORE_STRLEN] |
The instance of the queue acknowledging the message
lbm_uint_t lbm_src_event_umq_stability_ack_info_ex_t_stct::queue_instance_index |
The index of the instance of the queue acknowledging the message