Re: Re:Messages are out of order accidentally

2013-07-11 Thread guerra
I had the same problem on 5.5.1 for a single consumer. For some weird reason messages poked into the broker within ~200ms or less, they came out in different order as they came in. I had to fix it from the producer side delaying ordered messages be sent one per second. Since that, the consumer

Re:Re: Re:Messages are out of order accidentally

2013-07-11 Thread SuoNayi
Thank for your info.I suspect it's related with transaction send. We send 200 messages in a transaction for performance gain, there is a old related jira,https://issues.apache.org/jira/browse/AMQ-2594. I will take a closer look at this. Thanks, SuoNayi At 2013-07-11 17:03:26,guerra

Re:Messages are out of order accidentally

2013-07-10 Thread SuoNayi
Any comments? At 2013-07-08 17:53:34,SuoNayi suonayi2...@163.com wrote: Hi,We are using Master/slave topology with shared database and the version is 5.5.0. Unfortunately the problem that messages get out of order happens accidentally and it breaks down our application since we really