On 7/5/07, beppe82 <[EMAIL PROTECTED]> wrote:
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?
This could be either the SE or the logger, it's difficult to say for
sure. However, the JBI spec makes no guarantees about the ordering of
messages. So seeing that the messages are out of order does not
surprise me at all.
Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'
Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/