Retrive all ISs(clients) that subscribe to a doc

Hi All,
I want to write a java service which takes document as input and it should retrieve all ISs which are subscribed to that doc.
Please provide me some inputs as how to develop that service.

Regards,
Datta

Review the Broker admin UI. It can provide a list of subscribers for a given document type.

Hi All,

I have written a Java utility for that which retrieves all clients subscribing to that Broker.

Regards,
Datta