Interface ITemporaryTopic
Represents a temporary topic which exists for the duration of the IConnection which created it.
Inherited Members
System.IDisposable.Dispose()
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public interface ITemporaryTopic : ITopic, IDestination, IDisposable
Methods
| Improve this Doc View SourceDelete()
Deletes this Temporary Destination, If there are existing receivers still using it, a NMSException will be thrown.
Declaration
void Delete()
Exceptions
Type | Condition |
---|---|
NMSException | If NMS Provider fails to Delete the Temp Destination or the client does not support this operation. |