amqp_envelope_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

channel
amqp_channel_t channel;

< channel message was delivered on

consumer_tag
amqp_bytes_t consumer_tag;

< the consumer tag the message was delivered to

delivery_tag
ulong delivery_tag;

< the messages delivery tag

exchange
amqp_bytes_t exchange;

< exchange this message was published to

message
amqp_message_t message;

< the message

redelivered
amqp_boolean_t redelivered;

< flag indicating whether this message is being redelivered

routing_key
amqp_bytes_t routing_key;

< the routing key this message was published with

Meta