Hi.
I am running the binary version of activemq 5.1
We sometimes experience issue with having to restart activemq in order to
get messages from the que.
ThHis happens if no client has connected to the que for a while (that is the
que has been idle for a while) (all messages are persisted)
The code we run today is basically a like this:
while(true){
   message = receive();
}

this seems to work perfectly as long as the activemq returns messages.
It seems that there might be a hickup.
I should also mention that we only prefetch 1 message for each consumer.

Please shed som light on this if you have any ideas on how i can improve the
situation.

Lars

Reply via email to