Show / Hide Table of Contents

    Interface ITemporaryTopic

    Represents a temporary topic which exists for the duration of the IConnection which created it.

    Inherited Members
    ITopic.TopicName
    IDestination.DestinationType
    IDestination.IsTopic
    IDestination.IsQueue
    IDestination.IsTemporary
    System.IDisposable.Dispose()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface ITemporaryTopic : ITopic, IDestination, IDisposable

    Methods

    | Improve this Doc View Source

    Delete()

    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2022 Apache Software Foundation project
    Generated by DocFX