rabbitmq-c amqp_confirm_select函数如何将其用于生产者确认

时间:2018-09-28 12:59:42

标签: rabbitmq confirm producer rabbitmq-c

rabbitmq-c只有amqp_confirm_select用于生产者确认,如何使用? 我找不到使用此功能的方法,它在Rabbitmq-c库中使用了吗?

/**
 * amqp_confirm_select
 *
 * @param [in] state connection state
 * @param [in] channel the channel to do the RPC on
 * @returns amqp_confirm_select_ok_t
 */
AMQP_PUBLIC_FUNCTION
amqp_confirm_select_ok_t *AMQP_CALL
    amqp_confirm_select(amqp_connection_state_t state, amqp_channel_t channel);

Screenshot

0 个答案:

没有答案