Re: Hub and spoke network topology

2015-10-30 Thread Jako
Is there a way to trace all messages passing through a broker? In that way I could verify what load the server is under. >Statically including all destinations will send messages for all >destinations to the central broker when all consumers are offline, even if >the consumers will only ever be

Re: Hub and spoke network topology

2015-10-29 Thread Jako
Hi Tim, thank you for your replay and your very thoughtful questions. >But are you sure you need to? Are you sure this isn't a premature [...] I think so. The central broker is on our server farm and it is very resourceful machine; anyway it often uses a lot of cpu. The broker uses thousands of

Hub and spoke network topology

2015-10-28 Thread Jako
Hi, we have a lot of brokers all attached to a central H broker in a hub and spoke topology. Clients will connect to the external brokers A, B, C, D, E and F. I have a working setup like this with more or less 350 external brokers. Through logs and jmx I see that all the queues are 'present' on

Re: Reject queue message if no Consumer is available

2013-10-09 Thread Jako
Paul, it is exactly what I was looking for. Is there a way to recover the examples in the link you pointed out? To clarify better my model I should have written this link http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html In relation to the comment in the page >//me