amqp.basic_message

Messages for AMQP

class amqp.basic_message.Message(body='', children=None, channel=None, **properties)

A Message for use with the Channnel.basic_* methods.

PROPERTIES

Instances of this class have these attributes, which are passed back and forth as message properties between client and server

Previous topic

amqp.channel

Next topic

amqp.exceptions

This Page