pika — Easy Playground
RabbitMQ client library implementing AMQP 0-9-1
Getting started with pikaRun locally
Install
pip install pikaPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pika)
pika is a third-party package. RabbitMQ client library implementing AMQP 0-9-1. Install with: pip install pika
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?