Cloud Native programming with Golang
上QQ阅读APP看书,第一时间看更新

Implementing publish/subscribe with RabbitMQ

In the following section, you will learn how to implement a basic publish/subscribe architecture. For this, we will take a look at the Advanced Message Queueing Protocol (AMQP) and one of its most popular implementations, RabbitMQ.