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 M

Re: Multicast Discovery not working

2009-01-20 Thread BigPic
ot being honored. Gary 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

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: > > > uri="tcp://

Re: Multicast Discovery not working

2009-01-07 Thread BigPic
nfigure 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 > auto-dis

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: and the broker is running on a Win2K system. Then on another system (Win XP