Empties the given queue of a message.
Jms.bdh
JmsEmptyQueue( in sJndiDestinationName : string );
| Parameter | Description | 
|---|---|
| sJndiDestinationName | The Jndi destination name | 
Returns the given header or message property of the current message.
transaction TExampleEmptyQueue
  begin
      JmsEmptyQueue(csQueue);
end TExampleEmptyQueue;
 
               	 JmsSample.bdf, JmsSample.java