Table of Contents

Class QueueBrowser

Namespace
Apache.NMS.ActiveMQ
Assembly
Apache.NMS.ActiveMQ.dll
public class QueueBrowser : IQueueBrowser, IEnumerable, IDisposable, IEnumerator
Inheritance
QueueBrowser
Implements
IQueueBrowser
Inherited Members

Properties

Current

public object Current { get; }

Property Value

object

MessageSelector

public string MessageSelector { get; }

Property Value

string

Queue

public IQueue Queue { get; }

Property Value

IQueue

Methods

Close()

public void Close()

Dispose()

public void Dispose()

Dispose(bool)

protected void Dispose(bool disposing)

Parameters

disposing bool

~QueueBrowser()

protected ~QueueBrowser()

GetEnumerator()

public IEnumerator GetEnumerator()

Returns

IEnumerator

MoveNext()

public bool MoveNext()

Returns

bool

NotifyMessageAvailable()

protected void NotifyMessageAvailable()

Reset()

public void Reset()

ToString()

public override string ToString()

Returns

string

WaitForMessage()

protected void WaitForMessage()