Adding cluster node to optimize bandwidth #3812
-
Quick question about routing in a cluster:
My aim is for messages to be sent from the Data Center to the Office only once and then distributed locally to Clients (massive bandwidth saving). As I understand from the docs I will need to:
However is this enough for RabbitMQ to recognize they all bind to the same exchange and only send messages between nodes once, rather than separately for each Client? Or will I need to set up a 'local proxy' exchange on the Office node bound to Data Center's exchange to force such flow? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do not add nodes to the cluster in your office. Use Federation or a Shovel to move messages from the Data Center to the Office. |
Beta Was this translation helpful? Give feedback.
Do not add nodes to the cluster in your office. Use Federation or a Shovel to move messages from the Data Center to the Office.
https://www.rabbitmq.com/federation.html
https://www.rabbitmq.com/shovel.html