0 Replies Latest reply on Dec 3, 2001 6:04 AM by parisd

    durable subscribers

    parisd

      Hi,

      I have a couple of questions on topics with durable subscribers, if someone could please help...

      a) Is it possible to associate a client ID with a particular connection factory? (The JMS API states that "The preferred way to assign a Client's client identifier is for it to be configured in a client-specific ConnectionFactory and transparently assigned to the Connection it creates.")

      b) If that is not possible, can I have a user in jbossmq-state.xml with multiple IDs, depending on the topic? I had in mind something like this:
      [pre]

      username
      password
      ID_A
      ID_B

      ID_A
      Topic_A


      ID_B
      Topic_B


      [/pre]

      but this seems to always assign ID_A even if the connection is to Topic_B.

      TIA
      paris