actually i m acknowledging the message.. have a look at my code. http://www.nabble.com/file/p19835486/JmsUtil.java JmsUtil.java
the JmsUtil.java contains three method... startConsume(..); consumeFromActiveMQ(..); and endConsume(..); I have got another file which calls the startConsume(); n then calls the consumeFromActiveMQ(); 10 times in a loop for reading 10 messages from activeMQ and than calls the endConsume(); Again after 10 second same cycle repeats... Regards, Jigar Gary Tully wrote: > > it seems like there is some problem with the acking of messages. If a > message is not acked, only 'prefetch' number of messages will be > dispatched. Can you use the JMX console to have a look at the broker > queue and see what state it is in, ie: the number of messages, number > dispatched etc. > Ensure that your consumer does ack the messages, possibly post the > code to your consumer. > > > 2008/10/6 Jigar Naik <[EMAIL PROTECTED]>: >> >> Hi, >> i have written one thread, which will consume 10 messages from activeMQ >> after every 10 Seconds. >> >> but my consumer stops consuming message from activeMQ after some time. >> and >> the interval is unpredictable sometimes it stops consuming after 10 >> minutes... and sometimes after 10 hours. >> >> And the temporary solution i have found is Restarting the ActiveMQ >> Service. >> >> Once i restart the activeMQ Service it starts consuming. >> >> What could be the possible reason ? >> >> please help me solving this issue... it's been 15 days i am stumbling >> with >> this issue... >> >> Thanks >> Jigar >> -- >> View this message in context: >> http://www.nabble.com/Consumer-stop-consuming-messages-from-activeMQ-tp19833825p19833825.html >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Consumer-stop-consuming-messages-from-activeMQ-tp19833825p19835486.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
