🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
Now that we have our RabbitMQ instance up and running, it's time to start developing applications on top of it.
Let's expand on our RabbitMQ service and add the ability to consume messages from our newly created queue in our Go application.
Let's expand on our RabbitMQ service and add the ability to create queues and publish some messages to these newly created queues.
In this course, we are going to be covering everything you need to know in order to start developing Go applications on top of RabbitMQ
We'll start off our journey setting up a locally running instance of RabbitMQ that we can connect to and base our learnings off for now.