...

/

Process Ticketing Events

Process Ticketing Events

Create a new mix project for a legacy ticket booking system and install some dependencies in it.

Ticketing events

We will build an application that processes event messages sent by a legacy ticket booking system. Let’s call our project tickets. The legacy system publishes those events to a RabbitMQ message broker. We’ll use the messages to perform actions such as creating the ticket in the database and sending an email notification to the customer.

Create a new mix project

Our first task is to ...