Re: Network of brokers: message forwarding between brokers stops

2010-12-16 Thread Pauli Kaila
Hi, I have been busy with other stuff so I have not been able to focus on this problem until now. For now I have not been able to create a test case that could reproduce this problem. However I have continued my investigations. I once again made ActiveMQ log everything and found something that c

Re: Network of brokers: message forwarding between brokers stops

2010-11-29 Thread Dejan Bosanac
Hi Pauli, any chance you can create a test case that demonstrates this? Cheers -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter:  http://twitter.com/dejanb ActiveMQ in Action - htt

Re: Network of brokers: message forwarding between brokers stops

2010-11-29 Thread Brett Wooldridge
Pauli, Just so you know, I'm another user very interested in the outcome of this because we just started building a solution based on a network of brokers. I appreciate your debugging efforts. Brett On Mon, Nov 29, 2010 at 5:28 PM, Pauli Kaila wrote: > > Hi, > > Thanks for your answer. I had

Re: Network of brokers: message forwarding between brokers stops

2010-11-29 Thread Pauli Kaila
Hi, Thanks for your answer. I had already tried adding and now tried the but neither of them help. I just noticed that when this problem occurs the "MessageCountAwaitingAcknowledge" of the queue subscription for the Server.in queue named NC_Server_inbound_Client in the client gets high and st

Re: Network of brokers: message forwarding between brokers stops

2010-11-26 Thread Dejan Bosanac
Hi, you can try adding in you client connector which should ensure that messages on that destination is always passed over the network. Take a look at http://activemq.apache.org/networks-of-brokers.html to see how to achieve this. Cheers -- Dejan Bosanac - FuseSource - The exper