rabbitmq-c
0.8.0
C AMQP Client library for RabbitMQ
|
Envelope object. More...
Data Fields | |
amqp_channel_t | channel |
channel message was delivered on | |
amqp_bytes_t | consumer_tag |
the consumer tag the message was delivered to | |
uint64_t | delivery_tag |
the messages delivery tag | |
amqp_boolean_t | redelivered |
flag indicating whether this message is being redelivered | |
amqp_bytes_t | exchange |
exchange this message was published to | |
amqp_bytes_t | routing_key |
the routing key this message was published with | |
amqp_message_t | message |
the message | |
Envelope object.