Replies: 1 comment
-
@llx-08 should we guess what tutorial you have read? I'm not aware of any tutorials that use consumer priorities. It is not a feature you need most of the time. There is a dedicated doc guide that explains that you need to set an optional consumer argument, You can do that with Pika, and there's a Pika example that uses this specific key when declaring a queue. Except that consumer priority will be passed to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Hi, I read the tutorial documents and found that there is a feature for priority-based consumers. However, the provided examples are only in Java. Does the Python version also have this interface?
Describe the solution you'd like
Create python priority cusumers interface or add it to tutorial, thank you!
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions