Re: Correctly configuring a network of brokers

2015-12-17 Thread Tim Bain
gt; > > -Original Message- > From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain > Sent: Tuesday, November 10, 2015 10:56 AM > To: ActiveMQ Users > Subject: Re: Correctly configuring a network of brokers > > On Thu, Nov 5, 2015 at 2:02 PM, jahlborn

Re: Correctly configuring a network of brokers

2015-11-13 Thread Tim Bain
If a consumer has a large prefetch buffer, a message that has been dispatched to the consumer before the consumer is ready to process it will sit in the prefetch buffer until the consumer is ready. And, because the message has been dispatched to this consumer, it can't be dispatched to a different

Re: Correctly configuring a network of brokers

2015-11-12 Thread Jose MarĂ­a Zaragoza
>if you allow a huge backlog of messages to buffer up for one >consumer, the other consumers can't work on them even if they're sitting >around idle. Thanks for your answers but I don't understand that sentence What do you mean ? Regards 2015-11-10 16:56 GMT+01:00 Tim Bain : > On Thu, Nov 5, 20

Re: Correctly configuring a network of brokers

2015-11-12 Thread Tim Bain
On Nov 11, 2015 9:32 AM, "jahlborn" wrote: > > First, thank you so much for your detailed answers! I have a few more > questions inline. > > > * NetworkConnector > > > ** "dynamicOnly" - i've seen a couple of places mention enabling this > > and > > > some > > >indication that it helps with s

Re: Correctly configuring a network of brokers

2015-11-11 Thread jahlborn
First, thank you so much for your detailed answers! I have a few more questions inline. > * NetworkConnector > > ** "dynamicOnly" - i've seen a couple of places mention enabling this > and > > some > >indication that it helps with scaling in a network of brokers (e.g. > > [3]). > >The des

Re: Correctly configuring a network of brokers

2015-11-10 Thread Tim Bain
On Thu, Nov 5, 2015 at 2:02 PM, jahlborn wrote: > So I've spent some time digging around the internet and experimenting with > our > setup, trying to determine the best configuration for a network of brokers. > There are a variety of things which seem to conspire against me: the > multitude > of

Re: Correctly configuring a network of brokers

2015-11-10 Thread jahlborn
anyone have any insights? -- View this message in context: http://activemq.2283324.n4.nabble.com/Correctly-configuring-a-network-of-brokers-tp4703715p4703803.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.