When printing a message, it would be helpful if it was pretty printed with tabbing of nested levels etc. It would also be helpful if some of the meta data were included. In particular, the routing key that was used.
partially completed, Message now implements str based on json.dumps(indent=4) which formats the payload. The message properties (AMQP term) such as routing key are not yet added.
When printing a message, it would be helpful if it was pretty printed with tabbing of nested levels etc. It would also be helpful if some of the meta data were included. In particular, the routing key that was used.