Hi All,
I am developing an application which is deployed on differennt IIS servers and user requests are redirected to nodes via load balancer. Now I have requiremnt to send message to RabbitMQ exchange and all application servers are the subscribers to that exchange. All server nodes supposed to perform some task on receiving the message from the exchange.
So here my question is do I need to install the RabbitMQ on each application server with Erlang and establish clustering or I can use a centralized RabbitMQ Queue at one server and all the server nodes nodes can connect and receive the message from that queue.
Warm Regards
Ashish Shukla