-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

As we declared the general problems of running a single instance of RabbitMQ server on a single server, it gives us another chance to solve this problem using different ways of distribution. One of the ways is Federation, which simply means the transmission of messages between brokers. Another way to solve this problem is clustering, that is, running multiple nodes of RabbitMQ with coordination. Both ways have different advantages and disadvantages. Clustering is done naturally in RabbitMQ servers; however, federation needs a plugin of RabbitMQ to interact between its servers. Before diving into federation in RabbitMQ, let's talk a little bit about Shovel. Shovel allows configuring a number of shovels which act like a client application. A shovel connects to its source and destination, reads and writes messages, and it also handles connection failures. Shovel needs a plugin to run:
Distributing in RabbitMQ
Federation is one of the powerful...
Change the font size
Change margin width
Change background colour