I am attempting to architect a solution that will require a high degree of scalability. We need a configuration that can scale a small pool of Brokers performing light weight processing and in-turn delgate to a compute farm for intense computational processing. The compute farm will need to pull requests from the brokers to maximize utilization of spare capacity. A round robin push model will not suffice.
The client-server model seems to be a good fit where the consumers can load balance pulling messages across brokers. Any guidance or advice to implement a pull model strategy would be very much appreciated. Thanks - Brian -- View this message in context: http://www.nabble.com/Load-Balancing-Pull-Model-tf1924982.html#a5271068 Sent from the ActiveMQ - User forum at Nabble.com.
