mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.

Home Page:https://aio-pika.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for adding custom properties to the message

alenzo-arch opened this issue · comments

Currently only the message headers are exposed to the publish method. I propose adding a kwarg to the Message init method or publish method to allow the application to include additional properties on top of the 14 standard properties.