Thanks for answer but all seems to be normal in the console management, can you take a look? (see attachment) As you can see the queue stop to decrease even if my consumer still running (if I send one message, it is consumed)
> It sounds like there is a JMS consumer which has not finished processing > all its messages because ... its not acknowledging the messages. How can I verify that messages are acknowledged? Etienne -----Message d'origine----- De : James Strachan [mailto:[EMAIL PROTECTED] Envoyé : jeudi 4 mai 2006 14:31 À : [email protected] Objet : Re: Message not dequeue BTW if you look a the MBeans in JMX you should be able to see the status of each active consumer to see whats going on... http://activemq.org/JMX James On 5/4/06, James Strachan <[EMAIL PROTECTED]> wrote: > > It sounds like there is a JMS consumer which has not finished processing > all its messages; either because its hung or its not acknowledging the > messages. Leave the broker running; try just restart the consumer JVM and > see if that fixes it. If thats the case its probably some issue with how > Mule uses JMS; maybe the mule lists might help? > > James > > > On 5/4/06, Etienne Carouy <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > I have a little problem with ActiveMQ 4.0 (snapshot). I use ActiveMQ > > with > > Mule 1.2 and a standard JmsConnector. My producer (ESB1) fills 3 queues > > with > > message at average speed of 10 messages per second (sending about 23000 > > messages for my test). > > > > > > > > I have 3 consumers (one per queue) inside another mule (ESB2) that > > consume > > those messages. All is working fine if both of mule runs simultaneously > > (on > > 2 different computers in my test). > > > > > > > > The problem comes if I stop ESB2 during the test. When I restart it, it > > consumes messages but at the end of the test, some messages still in the > > queue (I can see it in the console management: the queue size = X > 0 > > but if > > I browse the queue I can't get any messages) > > > > > > > > If I stop ActiveMQ and my consumer and restart them, my consumer > > consumes > > the X messages?! > > > > > > > > Any idea on what's wrong. > > > > > > > > Thanks in advance for your answer. > > > > > > > > Etienne > > > > > > > > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > -- James ------- http://radio.weblogs.com/0112098/
