Sending and receiving messages using AMQP library in python

I’m not familiar with the library, but it seems it was forked from amqplib, so some of the instructions in the amqplib might still apply: see github.com/barryp/py-amqplib/blob/master/docs/overview.txt.

I also found this gist which might help: gist.github.com/nathanborror/109521/a4e9c5ba349cc7bb965c1092c6ea124a6c9e65d7

If you have any question on how to use the library, it might be a good idea to create an issue on the GitHub repo asking for help – they might appreciate the feedback.

Read more here: Source link