1 Reply Latest reply on Nov 20, 2009 11:54 AM by timfox

    queue message order

      Hi to all,

      I have a "little" problem with JBoss 4.0.2 and JMS messaging.

      (I don't know if this is the right forum to post the question because of the version of the messagin system.)

      My application sends some messages to a queue and a MDB reads and computes them.
      Sometimes the order of the messages read by the MDB is different from the order used by the application to send them.

      Producer and Consumer are singleton and the MDB Pool size is 1.

      No errors appear on the both side.

      The log of the MDB show us only one strange thing: the clientId of the unordered messages is different.

      Do you know any condition that permit this situation ?

      Thanks in advanced.

      Mirco