Hi, I have two SE, call it SE1 and SE2. I'm using logging to write when SE1
send a message and when SE2 receive that message. Messages are numbered. I
noticed that the log about SE1 sending activity is "correct":

Sent msg 1;
Sent msg 2;
Sent msg 3;
Sent msg 4;
....

while log for SE2 is not:

Received msg 1;
Received msg 4;
Received msg 2;
Received msg 3;
....

Does this mean that messages are not received in order or it's just a
writing problem?
Thanks

-- 
View this message in context: 
http://www.nabble.com/log-and-message-order-tf4030004s12049.html#a11447301
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to