2 Replies Latest reply on Nov 16, 2009 3:57 AM by glutters

    Ordered Redelivery of Messages

    glutters

      Hi,
      we are developing a jms application and we need of messages reordering when an exception occour, such as when ack messages are lost. Jboss jms implementation
      take care of ordered redelivery of messages, as Weblogic do?
      Thanks in advance.
      Gianfranco.

        • 1. Re:  Ordered Redelivery of Messages
          gaohoward

          In jbm 1.4, we provide a 'ordering group' feature to guarantee the ordering of message delivery. Please read the user guide for details.

          • 2. Re:  Ordered Redelivery of Messages
            glutters

             

            "gaohoward" wrote:
            In jbm 1.4, we provide a 'ordering group' feature to guarantee the ordering of message delivery. Please read the user guide for details.


            Ok,
            you provide the ordering of message delivery, but you also guarantee the ordering when the provider starts REdelivery. I mean, the provider should send again the messages when some message is lost on the consumer side , Do this messages mantain the producer ordering?
            Thanks.