![]() | IQueue Interface |
Namespace: SolaceSystems.Solclient.Messaging
public interface IQueue : IDestination, IDisposable, IEndpoint
The IQueue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Durable |
When true, the endpoint's life span is independent of the
corresponding IFlow or ISession.
(Inherited from IEndpoint.) |
![]() | Name |
Represents the physical name of a destination.
(Inherited from IDestination.) |
![]() | Temporary |
Indicates whether this is a temporary destination.
(Inherited from IDestination.)Temporary destinations are used mostly for request/reply message exchange patterns. Its scope and lifetime is that of the containing session. |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |