C# Class 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.
Inheritance: IFallbackRoutingInfoProvider
Afficher le fichier Open project: Berico-Technologies/AMP

Méthodes publiques

Méthode Description
DefaultApplicationExchangeProvider ( ) : System
Dispose ( ) : void
GetFallbackRoute ( string topic ) : RoutingInfo

Method Details

DefaultApplicationExchangeProvider() public méthode

public DefaultApplicationExchangeProvider ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFallbackRoute() public méthode

public GetFallbackRoute ( string topic ) : RoutingInfo
topic string
Résultat amp.rabbit.topology.RoutingInfo