Re: Messages not recieved

2011-01-28 Thread Jim Gomes
Timestamps. Check the date/time on your client and server machines. If they are out of sync and you are using TimeToLive, then that will cause problems. To rectify this, you can use the TimeStampPlugin on the broker. On Fri, Jan 28, 2011 at 5:53 AM, Anuj Shah wrote: > I have a queue with cons

Messages not recieved

2011-01-28 Thread Anuj Shah
I have a queue with consumers listening on a correlation id and am finding some messages are missed by the consumers, and end up on the dead letter queue. I know there could be a number of reasons why this is happening. Does anyone know a useful troubleshooting guide which will rule out common pro