rabbitmq-c  0.5.0
C AMQP Client library for RabbitMQ
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
amqp_envelope_t Struct Reference

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
 

Detailed Description

Envelope object.

Since
v0.4.0

The documentation for this struct was generated from the following file: