2 Replies Latest reply on Jul 31, 2002 12:53 PM by pra

    Multipel Ddurable subscriptions

    rmunoz

      Can i have two diferent durable subscriptions for the same user and topic?

        • 1. Re: Multipel Durable Subscriptions
          rmunoz

          Opss, sorry. I post the topic incompletly.
          I want to have two durable subscribers for the same user and topic. So i try to have diferent client IDs to the same users:


          user
          pass
          DurableSubscriberExample1

          DurableSubscriberExample1
          testTopic

          DurableSubscriberExample2

          DurableSubscriberExample2
          testTopic



          This crash when i try to use the second subscription.
          Are there any solution?

          • 2. Re: Multipel Durable Subscriptions

            Looks like you are trying this with 2.4 series. As far as I remember its not possible. With 3.0 it should be possible by dynamically setting the connectionid, but the stat file looks different.

            //Peter