C# (CSharp) pegasus.eventbus.rabbit 네임스페이스

클래스들

이름 설명
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