Re: ActiveMQ Consumer / Producer Connection Listener

2009-11-12 Thread Boarder
Actually, I was wrong thinking that the Stomp events couldn't be catched in ActiveMQ. I've written my conclusions at http://stackoverflow.com/questions/1702755/activemq-consumer-producer-connection-listener/1721658#1721658. Thanks again for your help. -- View this message in context: http://ol

Re: ActiveMQ Consumer / Producer Connection Listener

2009-11-10 Thread Boarder
> > http://activemq.apache.org/advisory-message.html > > Or for more finer-grained control check out this free AMQ monitoring > framework. > > http://www.ttmsolutions.com/Transactional_Software_Solutions/Active_Monitor_AMon.php > > Joe > > > Boarder wrote: >> >

ActiveMQ Consumer / Producer Connection Listener

2009-11-09 Thread Boarder
I can't seem to find a way to listen for new producer and consumer connections (or connection interrupts) in ActiveMQ (Java Version). I want to be able to tell the consumers (or they can find out themselves) that the producer's connection dropped. The other way around (the producer finding out tha