datta.saru
07-06-2007, 02:23
Hi All,
How to get all the clients connected to a Broker?
What is the procedure to follow?
Please help me out
Regards,
Datta
1. You can use the Broker Java API to build Apps/Programs that can look into the Broker and get the Client info.
2. For a quick, dirty and unsupported way,if you have WmBrokerAdmin package, you can use the internal service wm.broker.admin.clients:getClientInfo (It takes two hidden parameters as inputs brokerName & serverName. serverName is in the form host:port)
Also, look at similar threads for more info.
http://wmusers.com/forum/showthread.php?t=12701
http://wmusers.com/forum/showthread.php?t=10011