I just used the default conf for ActiveMQ.I use the same program to put into Queue and there is no message ordering problem. It's only when I use Durable Topic when this problem occur.
andrewlai wrote: > > > Yes same VM instance using same connection object > > > James.Strachan wrote: >> >> Did the same producer send all 5 messages? >> >> On 11/10/06, andrewlai <[EMAIL PROTECTED]> wrote: >>> >>> Hi all, Does active MQ support to preserve order in durable topic? Eg. I >>> have >>> a durable subscriber which was disconnected when the message is >>> published as >>> 1,2,3,4,5. When the subscriber consumes the messages later, the >>> sequence >>> become 1,3,5,2,5 etc... Does any one knows how to preserve the order?? >>> Thank >>> you very much! >>> -- >>> View this message in context: >>> http://www.nabble.com/Cannot-preserved-order-in-durable-subscriber-tf2609320.html#a7281867 >>> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >>> >>> >> >> >> -- >> >> James >> ------- >> http://radio.weblogs.com/0112098/ >> >> > > -- View this message in context: http://www.nabble.com/Cannot-preserved-order-in-durable-subscriber-tf2609320.html#a7282893 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
