Interface IDestination
A base interface for destinations such as queues or topics
Inherited Members
System.IDisposable.Dispose()
Assembly: Apache.NMS.dll
Syntax
public interface IDestination : IDisposable
Properties
DestinationType
Declaration
DestinationType DestinationType { get; }
Property Value
IsQueue
Declaration
Property Value
Type |
Description |
System.Boolean |
|
IsTemporary
Declaration
bool IsTemporary { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsTopic
Declaration
Property Value
Type |
Description |
System.Boolean |
|