green-fox-academy / hotel-booking-notification-service

0 stars 0 forks source link

Ticking queue #18

Open zspadar opened 7 years ago

zspadar commented 7 years ago

Ticking queue

Create a RabbitMQ consumer and a corresponding queue. The consumer should consume an event in every 5 minutes and push it back to the queue. The event should store a simple number, that is incremented by one on each read. The consumer should log this value in debug level.