Is there any way to dispose of inactive subscribers?

Is there any way to dispose of inactive subscribers?
[66 byte] By [christenscreen] at [2007-11-25 8:07:22]
# 1

Dont use durable subscribers :-)

If you create durable subscribers that means that you have made a

decision that you want the subscriber to outlive the application.

Because of this, iMQ cant determine when you might want to remove

the subscriber ... you have to determine this in your application code.

If you want subscriptions that only last the time the application is

up, dont use durable subscribers.

If you want to remove durable subscribers through admin ...

- upgrade to ServicePack 1

Service Pack 1 is available at:

http://www.iplanet.com/downloads/patches/5059.html

- remove the durable subscribers with the command:

/opt/SUNWjmq/bin/jmqcmd destroy dur -d <destination> -n <durablename> -c <clientID>

christenscreen at 2007-7-1 13:58:17 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...