Enum BrokerConnectionMode
Specifies if and when the message broker has to be automatically connected.
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.dll
Syntax
public enum BrokerConnectionMode
Fields
Name | Description |
---|---|
AfterStartup | The message broker is being connected after the application is successfully started. |
Manual | The message broker is not being connected automatically. |
Startup | The message broker is being connected during the application startup. |