kombu — Easy Playground
Messaging library for Python; abstraction over AMQP, Redis, SQS
Getting started with kombuRun locally
Install
pip install kombuPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: kombu)
kombu is a third-party package. Messaging library for Python; abstraction over AMQP, Redis, SQS. Install with: pip install kombu
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?