#include <lbm.h>
Collaboration diagram for lbm_src_event_umq_stability_ack_info_ex_t_stct:
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] |
First sequence number for the message after being fragmented
Flags that indicate which optional portions are included
Last sequence number for the message after being fragmented
The clientd pointer passed in for the message
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
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
The index of the instance of the queue acknowledging the message