C# Class 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
Inheritance: IQueueFactory
Datei anzeigen Open project: Berico-Technologies/Event-Bus

Public Methods

Method Description
CreateQueue ( IExchange exchange ) : IQueue
RabbitQueueFactory ( ) : System

Method Details

CreateQueue() public method

public CreateQueue ( IExchange exchange ) : IQueue
exchange IExchange
return IQueue

RabbitQueueFactory() public method

public RabbitQueueFactory ( ) : System
return System