Méthode | Description | |
---|---|---|
AsHighPerformance ( this config ) : |
Changes the configuration so that it does not use PersistentDeliveryMode. Also, it sets the exchange type to Direct to increase performance, however that disables the ability to use the MessageSequence extension.
|
|
AsLegacy ( this config ) : |
Disables RouteWithGlobalId to keep routing keys intact with older versions of RawRabbit and sets exchange type to Direct.
|
public static AsHighPerformance ( this config ) : |
||
config | this | The RawRabbit configuration object |
Résultat |
public static AsLegacy ( this config ) : |
||
config | this | |
Résultat |