Show / Hide Table of Contents

    Interface ITemporaryQueue

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

    Inherited Members
    IQueue.QueueName
    IDestination.DestinationType
    IDestination.IsTopic
    IDestination.IsQueue
    IDestination.IsTemporary
    System.IDisposable.Dispose()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface ITemporaryQueue : IQueue, IDestination, IDisposable

    Methods

    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.

    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX