Table of Contents

Class DestinationFilter

Namespace
Apache.NMS.ActiveMQ
Assembly
Apache.NMS.ActiveMQ.dll
public abstract class DestinationFilter
Inheritance
DestinationFilter
Inherited Members

Constructors

DestinationFilter()

protected DestinationFilter()

Fields

ANY_CHILD

public const string ANY_CHILD = "*"

Field Value

string

ANY_DESCENDENT

public const string ANY_DESCENDENT = ">"

Field Value

string

Methods

matches(ActiveMQDestination)

public abstract bool matches(ActiveMQDestination destination)

Parameters

destination ActiveMQDestination

Returns

bool

matches(ActiveMQMessage)

public bool matches(ActiveMQMessage message)

Parameters

message ActiveMQMessage

Returns

bool