Summary

To conclude this chapter, let's review what we have learned:

  • Python and the python ecosystem: With regards to RabbitMQ, we have shown how easy it is to have the first step into the AMQP world.
  • Pika: We made a deep dive into Pika, shown how simple it is to implement a common producer and consumer
  • Scraper project: We have implemented a simple scraper backbone that you can use in your future projects, using just Pika. Simplicity is key here, because more often than not, people can over-complicate things.
  • Pika API: We have covered the important surface of Pika's API and understood which scenarios they might come useful for.
  • Celery: We have introduced the de-facto background processing framework for Python that relies on RabbitMQ primarily (as well ...

Get Mastering RabbitMQ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.