0 Replies Latest reply on Jul 29, 2002 4:04 PM by rboston

    JMS Queue Ordering

    rboston

      I've got a JMS Queue with one producer and one consumer.

      On the producer side I have 2 messages sent, A then B.

      On the consumer side, Message B is processed before A.

      1) with a queue this should not be happening

      2) with one consumer and one producer this should NOT be happening

      As a clue, both message object get the same JMSTimestamp.

      Does anyone have a clue how this ordering could be getting out of whack?

      thanks