C# 클래스 amp.topology.client.DefaultApplicationExchangeProvider

Provides a route on the "amq.direct" exchange (which may only be a RabbitMQ construct). The implementation will not provide a queue name, assuming the transport will create a unique queue instead (we don't want round-robin on a single queue). The exchange provide is "direct" by default, meaning delivery of messages will require an exact match (that is, routing key = topic). You will not be able to consume multiple event types on the same queue unless you change the default AMP implementation.
상속: IFallbackRoutingInfoProvider
파일 보기 프로젝트 열기: Berico-Technologies/AMP

공개 메소드들

메소드 설명
DefaultApplicationExchangeProvider ( ) : System
Dispose ( ) : void
GetFallbackRoute ( string topic ) : RoutingInfo

메소드 상세

DefaultApplicationExchangeProvider() 공개 메소드

public DefaultApplicationExchangeProvider ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFallbackRoute() 공개 메소드

public GetFallbackRoute ( string topic ) : RoutingInfo
topic string
리턴 amp.rabbit.topology.RoutingInfo