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>