C# 클래스 Apache.NMS.ActiveMQ.QueueBrowser.BrowsingMessageConsumer

상속: MessageConsumer
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
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