Programatically determining number of consumers and pending messages

2009-04-21 Thread BigPic
I have a setup with one fast producer and a variable number of slow consumers. I would like the producer, on startup, to adjust itself to the number of consumers and the number of currently pending messages. I know that I can use the http://activemq.apache.org/advisory-message.html Advisory

Re: Multicast Discovery not working

2009-01-20 Thread BigPic
Tully wrote: can you raise a jira issue[1] for #3 and possibly #2 as the initiator of the discovery should wait for it to start imho. [1] http://activemq.apache.org/contributing.html#Contributing-Ifyoufindabugorproblem 2009/1/15 BigPic nab...@jgro.net: BigPic wrote: I'm using ActiveMQ

Re: Multicast Discovery not working

2009-01-15 Thread BigPic
BigPic wrote: I'm using ActiveMQ 5.2.0 but I can't get clients to discover the broker. My goal is to run a single broker with multiple clients all auto-discovering it. I have the broker config: transportConnectors transportConnector name=openwire uri=tcp

Multicast Discovery not working

2009-01-07 Thread BigPic
I'm using ActiveMQ 5.2.0 but I can't get clients to discover the broker. My goal is to run a single broker with multiple clients all auto-discovering it. I have the broker config: transportConnectors transportConnector name=openwire uri=tcp://localhost:61616

Re: Multicast Discovery not working

2009-01-07 Thread BigPic
, namely tcp://hostname:61616 which, if I configure directly into the ActiveMQConnectionFactory works. So this is looking like a bug to me. BigPic wrote: I'm using ActiveMQ 5.2.0 but I can't get clients to discover the broker. My goal is to run a single broker with multiple clients all