3 Replies Latest reply on Dec 9, 2001 12:49 AM by hchirino

    NoLocal

    thgr24

      Hello,

      1 publisher and 1 subscriber are created in the same session. The NoLocal attribute is set to True :
      "topicSubscriber = topicSession.createSubscriber(topic,null,True)", but that subscriber is still able to receive messages published by the publisher (True and False gives the same result : the message is received).

        • 1. Re: NoLocal
          hchirino

          I'll see if I can build a test-case for this and add it to the test suite.

          Should help fix the bug if it's there and keep us from making the same errors again.

          • 2. Re: NoLocal
            hchirino

            I added the test case and yep, it seems like something is broken. I'll start looking into it.

            • 3. Re: NoLocal
              hchirino

              Ok, I fixed that bug. Change has been commited to the CVS head.

              Thanks for the bug report!

              Hiram