delete

 

public void delete() throws JMSException;

Deletes this temporary topic. If there are existing subscribers still using it, then a JMSException is thrown.

Exceptions

  • JMSException - if JMS implementation fails to delete a Temporary topic due to some internal error.


uj30390_