C# Класс Apache.NMS.ActiveMQ.QueueBrowser.BrowsingMessageConsumer

Наследование: MessageConsumer
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BrowsingMessageConsumer() публичный Метод

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
Результат System

Dispatch() публичный Метод

public Dispatch ( MessageDispatch md ) : void
md Apache.NMS.ActiveMQ.Commands.MessageDispatch
Результат void