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
Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode Description
CreateQueue ( IExchange exchange ) : IQueue
RabbitQueueFactory ( ) : System

Method Details

CreateQueue() public méthode

public CreateQueue ( IExchange exchange ) : IQueue
exchange IExchange
Résultat IQueue

RabbitQueueFactory() public méthode

public RabbitQueueFactory ( ) : System
Résultat System