#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] |
Flags that indicate which optional portions are included
Message ID of the message being acknowledged
First sequence number for the message after being fragmented
Last sequence number for the message after being fragmented
The Queue ID of the queue
The index of the instance of the queue acknowledging the message
The clientd pointer passed in for the message
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
char lbm_src_event_umq_stability_ack_info_ex_t_stct::queue[LBM_UMQ_MAX_QUEUE_STRLEN] |
The name of the queue