February 2002
Beginner to intermediate
544 pages
10h 23m
English
The TemporaryTopic interface inherits the methods of the interface javax.jms.Topic. The following method is defined in the interface javax.jms.TemporaryTopic.
public void delete()
Deletes this temporary topic. If there are existing subscribers still using it, a JMSException will be thrown.
THROWS:
JMSException if the JMS provider fails to delete the temporary topic due to some internal error
Read now
Unlock full access