Re: Scalability of 'Networks of Brokers'

2008-09-10 Thread Martin_Cornelius
Gary Tully wrote: > > It may be worth while creating a jira for this so that it can be > investigated a little further. This behavior will have an adverse > effect on a network of any size. It should (I hope,) be possible to > reduce the chattiness to some degree. > OK, JIRA entry is https://

Re: Scalability of 'Networks of Brokers'

2008-09-10 Thread Gary Tully
It may be worth while creating a jira for this so that it can be investigated a little further. This behavior will have an adverse effect on a network of any size. It should (I hope,) be possible to reduce the chattiness to some degree. 2008/9/5 Martin_Cornelius <[EMAIL PROTECTED]>: > > Hi all, >

Re: Scalability of 'Networks of Brokers'

2008-09-09 Thread Thomas R. Corbin
On Friday 05 September 2008, Bryan Murphy said: > Sounds like a nightmare to me. Maybe I don't understand what you're trying > to accomplish, but I think something like Hadoop would be a better fit for > this kind of problem. sounds like a job that JINI was designed for. > > Bryan > > On Fri, Se

Re: Scalability of 'Networks of Brokers'

2008-09-07 Thread Martin_Cornelius
The crucial problem is the requirement, that it shall possible to switch of an arbitrary number of the machines. If i configure a cluster of standalone brokers, and all of these brokers are accidentally switched of, the system will stop to operate correctly, what is not permissible. Joe Fernande

Re: Scalability of 'Networks of Brokers'

2008-09-05 Thread Bryan Murphy
Sounds like a nightmare to me. Maybe I don't understand what you're trying to accomplish, but I think something like Hadoop would be a better fit for this kind of problem. Bryan On Fri, Sep 5, 2008 at 12:10 PM, Martin_Cornelius < [EMAIL PROTECTED]> wrote: > > Hi all, > > i am currently evaluati

Re: Scalability of 'Networks of Brokers'

2008-09-05 Thread Joe Fernandez
Instead of using such a potentially large network of 'embedded' brokers, could you use a smaller cluster of 'standalone' brokers? A single broker is capable of handling many clients and throwing in a master/slave configuration along with 'failover' connectors for the clients should provide the nec

Scalability of 'Networks of Brokers'

2008-09-05 Thread Martin_Cornelius
Hi all, i am currently evaluating the scalability of Networks of ActiveMQ Brokers with a large number of brokers. The actual drive behind this evaluation: I have to design a distributed system that is completely serverless. It shall be possible to switch of any of the machines in the system witho