Replies: 1 comment 3 replies
-
Not so sure how you even imagine a pause of the queue. The service itself will always read, so one thing would be to stop writing to the queue. The other would be to scale down the service, stopping it from reading from the queue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there the possibility to pause a queue without losing messages?
Ps: i'm using durable=True on exchange declaration and also properties=pika.BasicProperties(delivery_mode=2) on publish.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions