1 Reply Latest reply on Mar 6, 2002 10:15 AM by pra

    How to get list of topic subscribers?

    bdbrown66

      Hello. I'm working on my first JMS project, which is a chat program. I would like to know if there's a way to get a list of the subscribers to a topic. I've searched the API, and haven't found the answer. Also, is there a way to set a listener that would be notified whenever a subscriber joined or exited a topic?

      Thanks in advance,
      Brian

        • 1. Re: How to get list of topic subscribers?

          Nope, not known of.

          You could ofcource use filtering and require the client to put a message on the topic with a specific property you could filter on and see to it that these type of messages do no end up in the chat but somewhere else.

          //Peter