#include <lbm.h>
Collaboration diagram for lbm_src_send_ex_info_t_stct:

Data Fields | |
| int | flags |
| void * | ume_msg_clientd |
| lbm_src_channel_info_t * | channel_info |
| lbm_apphdr_chain_t * | apphdr_chain |
| lbm_umq_index_info_t * | umq_index |
| lbm_umq_msg_total_lifetime_info_t * | umq_total_lifetime |
| lbm_msg_properties_t * | properties |
| lbm_hf_sequence_number_t | hf_sqn |
| lbm_async_operation_func_t * | async_opfunc |
Flags that set which settings are active as defined by "LBM_SRC_SEND_EX_*". Search lbm.h for LBM_SRC_SEND_EX_FLAG_*.
client data pointer to be passed back in source events for stability and confirmations
| lbm_src_channel_info_t* lbm_src_send_ex_info_t_stct::channel_info |
pointer to information used to send messages on a channel
| lbm_apphdr_chain_t* lbm_src_send_ex_info_t_stct::apphdr_chain |
pointer to information used to send messages using app header chains
pointer to information used to send messages and associate them with a given UMQ index
pointer to information used to specify a message's total lifetime
| lbm_msg_properties_t* lbm_src_send_ex_info_t_stct::properties |
pointer to a message properties structure
The hot failover sequence number to send
pointer to an asynchronous operation callback
1.5.2