We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a120647 commit 15ce302Copy full SHA for 15ce302
doc/src/aq.rst
@@ -282,7 +282,9 @@ Message Properties
282
This attribute identifies the payload that will be enqueued or the payload
283
that was dequeued when using a :ref:`queue <queue>`. When enqueuing, the
284
value is checked to ensure that it conforms to the type expected by that
285
- queue.
+ queue. For RAW queues, the value can be a bytes object or a string. If the
286
+ value is a string it will first be converted to bytes by encoding in the
287
+ encoding identified by the attribute :attr:`Connection.encoding`.
288
289
290
.. attribute:: MessageProperties.priority
0 commit comments