-
1. Re: Sparsely-connected dynamic network of brokers
garytully Apr 19, 2012 2:37 PM (in response to gtamboise)it may be a bit of a stretch, but it is not impossible.
The main problem with large networks is the overhead of advisories, because advisory messages are the way the brokers become aware of demand (new consumers) and destinations. If the consumers are dynamic, the additional overhead of informing a large network can be significant.
If the network never grows to the full 100 and the consumers and destinations are relatively static, it will work ok.
Durable subscriptions in a network are not completely faithful to message order. There is currently no way to migrate a subscription from one broker to another. So it is possible to get out of order messages (and large gaps) if the durable sub bounces around the network.
You may want to consider using virtual topics and networking the consumer destinations.