1 2 Previous Next 17 Replies Latest reply on Jan 8, 2008 6:49 AM by assaf49 Go to original post
      • 15. Re: Different Message id for each listener
        assaf49

        Ok, thanks again. It was a long correspondence, but we wanted to be sure that we can always rely on JBM to maintain message ordering (even whilst JBM resolves connection problem by itself behind the scenes). Thats good.

        One last question :)
        We realize that our non durable listeners will loose messages whilst they are not connected. That's the nature of non durable subscribtions and that's fine.
        However, whilst connected, we would like our Listeners to be notified of gaps in the order. In other words we would like JBM to tell us when some kind of connection problem caused messages to be lost.
        Will JBM always notify our Exception Listener of such gaps?

        Can you think of a scenario in which gaps occur without notifying our Exception Listener?



        • 16. Re: Different Message id for each listener
          timfox

           

          "assaf49" wrote:

          However, whilst connected, we would like our Listeners to be notified of gaps in the order. In other words we would like JBM to tell us when some kind of connection problem caused messages to be lost.


          That can't happen, as long as the subscription is alive, there will be no gaps.


          • 17. Re: Different Message id for each listener
            assaf49

            That's good news.
            Thanks a lot for your invaluable support.
            We feel more confident in relying on JBM to ensure order of our topic messages.

            1 2 Previous Next