Removing JMS bindings in IBM® WebSphere MQ

Remove JMS bindings in WebSphere® MQ.

About this task

To unbind the queues from JNDI

Procedure

Create a .scp command file and pass it into the WebSphere MQ JMSAdmin program.

The following are example commands:


   del qcf(ivtQCF)
   del q('getATP')
   del q('reply_getATP')
   del q('createOrder')
   end