Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Rename message property `type` to `message_type` #203

Closed dzen closed 5 years ago

dzen commented 5 years ago

Since the migration to pamqp we had an incompatiblity with the message_type attribute, described here https://github.com/Polyconseil/aioamqp/issues/201

We now rename the type attribute to message_type.

the next part is to use the properties object in publish methods.

dzen commented 5 years ago

@notmeta for the notification

notmeta commented 5 years ago

Looks good; you should update the documentation too.

dzen commented 5 years ago

yes, I should add a full documentation about this object.