Table of Contents

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 = 1

The broker clients are being connected after the application is successfully started.

Manual = 2

The broker clients are not being connected automatically.

Startup = 0

The broker clients are being connected during the application startup.