Enum BrokerClientConnectionMode
- Namespace
- Silverback.Messaging.Configuration
- Assembly
- Silverback.Integration.dll
Specifies if and when the message broker has to be automatically connected.
public enum BrokerClientConnectionMode
Fields
AfterStartup = 1The broker clients are being connected after the application is successfully started.
Manual = 2The broker clients are not being connected automatically.
Startup = 0The broker clients are being connected during the application startup.