Skip to content

leifurhauks/learning_rabbitmq

Repository files navigation

RabbitMQ tutorial code with py-amqp

Comments, suggestions, corrections welcome

This is python code I wrote while learning a bit about RabbitMQ.

The directories partN_... contain code I wrote while following the rabbitmq python tutorial. That tutorial is written for the pika library, but I adapted it for the py-amqp library instead.

The rabbits_and_warrens directory contains code I wrote while following Rabbits and warrens, Jason Williams' introduction to RabbitMQ.

If you spot any issues or have suggestions I'd love to hear them.

One thing I'm not clear on is the difference between channel.wait() and connection.drain_events(). If anyone can answer that I'd be much obliged :-)

Also, is connection.drain_events in pyamqp really equivalent to pika's connection.process_data_events, or did I just erroneously make that up?

About

Code I wrote while learning a bit about RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages