How to delete unused messages from a JMS queue in Weblogic 8.1?
For Weblogic 10, we know we can use MBean or WLST. But for Weblogic 8, we did not find a way to clean up a message queue if we don't need the messages un-consumed in the queue. Please advise. Thanks.
0