RabbitMQ #1
I need to integrate RabbitMQ to send data to it and then do something with that data. I read on a blog a couple of weeks ago, that you need to have some services available to you such as a database, message queue etc. I haven’t picked a database yet, but I think RabbitMQ is a good message queue service, where I can send data to it and then have some other service do something with that data.