Table of Contents

Class QueueBrowser.BrowsingMessageConsumer

Namespace
Apache.NMS.ActiveMQ
Assembly
Apache.NMS.ActiveMQ.dll
public class QueueBrowser.BrowsingMessageConsumer : MessageConsumer, IMessageConsumer, IDisposable, IDispatcher
Inheritance
QueueBrowser.BrowsingMessageConsumer
Implements
IMessageConsumer
Inherited Members

Constructors

BrowsingMessageConsumer(QueueBrowser, Session, ConsumerId, ActiveMQDestination, string, string, int, int, bool, bool, bool)

public BrowsingMessageConsumer(QueueBrowser parent, Session session, ConsumerId id, ActiveMQDestination destination, string name, string selector, int prefetch, int maxPendingMessageCount, bool noLocal, bool browser, bool dispatchAsync)

Parameters

parent QueueBrowser
session Session
id ConsumerId
destination ActiveMQDestination
name string
selector string
prefetch int
maxPendingMessageCount int
noLocal bool
browser bool
dispatchAsync bool

Methods

Dispatch(MessageDispatch)

public override void Dispatch(MessageDispatch md)

Parameters

md MessageDispatch