Getting Started
-
Create a MySql database called texi, and use the password in the properties file.
-
Run the sql file data.sql in the resources folder to load the default data
-
Install RabbitMq and create the exchange and queues bellow with their binding
- exchange: texiPostUnhealthy
- queue: texiPostUnhealthy
You are all set.
For additional features like notifications you shall need this step which enables web sockets on rabbitMq server.
- Enable RabbitMQ Web MQTT Plugin /usr/local/sbin/rabbitmq-plugins enable rabbitmq_web_mqtt
[Tutorial is here] (https://www.rabbitmq.com/web-mqtt.html)