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

0 stars 0 forks source link

Send Event #10

Open vvarro opened 7 years ago

vvarro 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

vvarro commented 7 years ago

Estimation: 5