The documentation is confusing about which AMQP transport to use.
Write something here and I'll make a pull request to change the documentation. Thanks!
When you do 'pip install librabbitmq' it will automatically compile the rabbitmq-c library, so you don't need to have it installed.
I was really tired when I wrote that. Of course librabbitmq doesn't come with mongodb. -_- You answered my question though, saying that it is installed with librabbitmq. I will update docs and send a pull req. Thanks.
Most helpful comment
You'd use pyamqp:// or librabbitmq:// if you want to specify exactly what transport to use.
The pyamqp:// transport uses the 'amqp' library (http://github.com/celery/py-amqp)
When you do 'pip install librabbitmq' it will automatically compile the rabbitmq-c library, so you don't need to have it installed.