C# (CSharp) pegasus.eventbus.rabbit Namespace

Сlasses

Name Description
RabbitExchange
RabbitQueue
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