Table of Contents

Class DiscoveryTransport

Namespace
Apache.NMS.ActiveMQ.Transport.Discovery
Assembly
Apache.NMS.ActiveMQ.dll
public class DiscoveryTransport : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Inheritance
DiscoveryTransport
Implements
IStartable
IStoppable
Inherited Members

Constructors

DiscoveryTransport(ICompositeTransport)

public DiscoveryTransport(ICompositeTransport next)

Parameters

next ICompositeTransport

Fields

DISCOVERED_OPTION_PREFIX

public const string DISCOVERED_OPTION_PREFIX = "discovered."

Field Value

string

Properties

DiscoveryAgent

public IDiscoveryAgent DiscoveryAgent { get; set; }

Property Value

IDiscoveryAgent

Properties

public StringDictionary Properties { get; set; }

Property Value

StringDictionary

Methods

Start()

public override void Start()

Stop()

public override void Stop()