C# Class Apache.NMS.ActiveMQ.QueueBrowser.BrowsingMessageConsumer

Inheritance: MessageConsumer
Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
BrowsingMessageConsumer ( QueueBrowser parent, Session session, ConsumerId id, ActiveMQDestination destination, String name, String selector, int prefetch, int maxPendingMessageCount, bool noLocal, bool browser, bool dispatchAsync ) : System
Dispatch ( MessageDispatch md ) : void

Method Details

BrowsingMessageConsumer() public method

public BrowsingMessageConsumer ( QueueBrowser parent, Session session, ConsumerId id, ActiveMQDestination destination, String name, String selector, int prefetch, int maxPendingMessageCount, bool noLocal, bool browser, bool dispatchAsync ) : System
parent QueueBrowser
session Session
id Apache.NMS.ActiveMQ.Commands.ConsumerId
destination Apache.NMS.ActiveMQ.Commands.ActiveMQDestination
name String
selector String
prefetch int
maxPendingMessageCount int
noLocal bool
browser bool
dispatchAsync bool
return System

Dispatch() public method

public Dispatch ( MessageDispatch md ) : void
md Apache.NMS.ActiveMQ.Commands.MessageDispatch
return void