In our current project we are planing to use rabbitMQ and pika to implement queues. can anyone help me with the below queries.
I am one of Pika's maintainers. There is a mailing list that is the best place for asking questions about Pika.
Use SelectConnection unless you are specifically using asyncio Python features elsewhere.
Yes you can, but you must remember that Pika is not thread safe. There is example code demonstrating how to do work in separate threads then correctly acknowledge the message.
You'll have to do your own homework by looking at the code, but basically AsyncioConnection uses this Python 3 feature.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With