Replies: 1 comment
-
I repeat: DO NOT use |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to consume several messages from RabbitMQ queue without success.
I want to use basic_consume function and if there are more messages then pull them (instead of being called again to the callback function).
Using the code above - I always get
method_frame = None
.What am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions