list durable subscribers
Hi,
I have a server which connects to MQSeries topics with a durable subscriber.
Now, if my program is terminated unexpectetly, the subscriber cannot be made inactive(closed). If I then want to restart my program (so trying to connect to the topic with the same durable subscriberID), I sometimes get the error that there is still an active subscriber (which is normal, since previous one did not end correctly). Is there somehow a way to list all durable subscribers for a topic and/or to remove them (make them inactive)?
I hope my question is clear.
Thanx in advance,
Ssteven

