Re: How to preserve order of messages in Network of Brokers?

2009-05-05 Thread riteshtijoriwala
Thanks Bruce. bsnyder wrote: > > On Sun, May 3, 2009 at 1:30 AM, riteshtijoriwala > wrote: >> >> I have two consumers C1 and C2 and two brokers B1 and B2 that see each >> other. >> I have one producer P1. >> >> P1 is connected initially to B1

Re: How to preserve order of messages in Network of Brokers?

2009-05-03 Thread riteshtijoriwala
Just an FYI, I am seeing this behavior with one producer, one consumer and two brokers. riteshtijoriwala wrote: > > I have two consumers C1 and C2 and two brokers B1 and B2 that see each > other. I have one producer P1. > > P1 is connected initially to B1 and C2 is connect

How to preserve order of messages in Network of Brokers?

2009-05-03 Thread riteshtijoriwala
I have two consumers C1 and C2 and two brokers B1 and B2 that see each other. I have one producer P1. P1 is connected initially to B1 and C2 is connected to B1. C1 is connected to B2. The initial start is as follows: P1 produces 1, 2, 3, 4, 5, 6, (B1 failed), 7, 8, 9, 10. C1 gets 1, 3, 5, 7, 9,