mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Add support for adding custom properties to the message #600

Open alenzo-arch opened 7 months ago

alenzo-arch commented 7 months ago

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.