diff --git a/docs/streams.rst b/docs/streams.rst index b14844bf72bf70f08c6396cfd4e2d949b6cebe0c..e9c4253fe36fba82b6ae63ec8ea17df5363fad0b 100644 --- a/docs/streams.rst +++ b/docs/streams.rst @@ -8,4 +8,6 @@ If you specify argument :code:`x-stream-offset` and aim to provide a number, ple This will cause your connection to RabbitMQ to crash. You can naturally provide "first" or "next" or "last". +Also, streams must be consumed with no_ack=False, otherwise it will fail. + Basically everything works `as documented <https://www.rabbitmq.com/docs/streams#consuming>`_. Happy usage!