C# 클래스 pegasus.eventbus.rabbit.RabbitQueueFactory

Component repsonsible for creating AMQP Queues, implemented by RabbitMQ. Although in the AMQP model it's possible to have multiple queues connected to an exchange, our opinion is that one process participating in pub/sub only needs to have one queue per exchange. If we allowed one process to have a queue per message type
상속: IQueueFactory
파일 보기 프로젝트 열기: Berico-Technologies/Event-Bus

공개 메소드들

메소드 설명
CreateQueue ( IExchange exchange ) : IQueue
RabbitQueueFactory ( ) : System

메소드 상세

CreateQueue() 공개 메소드

public CreateQueue ( IExchange exchange ) : IQueue
exchange IExchange
리턴 IQueue

RabbitQueueFactory() 공개 메소드

public RabbitQueueFactory ( ) : System
리턴 System