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. > >
