In the previous tutorial we created a work queue. The assumption behind a work queue is that each task is delivered to exactly one worker. In this part we'll do something completely different -- we'll ...
The producer reads text from the console and publishes it to RabbitMQ. The consumer listens on myQueue, simulates one second of work, acknowledges the message, and then sends a small "done" reply back ...