0

suppose I have the following JMS queues "doc/queue1","home/queue2" and "someOtherQueue" added in a websphere process server, how can I write a script to delete them? looking around the web i haven't found a solution to my problem yet unfortunately, thanks in advance for the help guys

snajahi
  • 101
  • 2

1 Answers1

0

Take a look at the deleteWMQQueue command (for WMQ queues) and the deleteSIBJMSQueue command (for other types of queues).

Isaac
  • 256
  • 1
  • 5