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

0 stars 0 forks source link

Send Event #8

Open zspadar opened 7 years ago

zspadar commented 7 years ago

Send Event

Create a unit that is able to send an event to the 'events' message queue, to track events for further analytics.

Technical Requirements

If the dispach method is called on the unit it should send an event to a message queue thats configuration is saved in environment variables. The message should be in JSON format and it should consist these information:

time hostname message

EggDice commented 7 years ago

Estimation: 5