C# Class SevenDigital.Messaging.ConfigurationActions.SDM_ConfigureOptions

Inheritance: IMessagingConfigureOptions
Afficher le fichier Open project: i-e-b/SevenDigital.Messaging

Méthodes publiques

Méthode Description
NoPersistentMessages ( ) : IMessagingConfigureOptions

By default, the messaging system will try to do store-and-forward messaging. This is persisted to permanent storage. This option turns store-and-forward off. No disk files will be required, but in the event of total failure, messages will be lost.

SetIntegrationTestMode ( ) : void
SetManagementServer ( string host, int port, string username, string password, string vhost ) : IMessagingConfigureOptions
SetMessagingServer ( string host ) : IMessagingConfigureOptions

Private Methods

Méthode Description
SetManagementServer ( string host, string username, string password, string vhost ) : IMessagingConfigureOptions

Method Details

NoPersistentMessages() public méthode

By default, the messaging system will try to do store-and-forward messaging. This is persisted to permanent storage. This option turns store-and-forward off. No disk files will be required, but in the event of total failure, messages will be lost.
public NoPersistentMessages ( ) : IMessagingConfigureOptions
Résultat IMessagingConfigureOptions

SetIntegrationTestMode() public méthode

public SetIntegrationTestMode ( ) : void
Résultat void

SetManagementServer() public méthode

public SetManagementServer ( string host, int port, string username, string password, string vhost ) : IMessagingConfigureOptions
host string
port int
username string
password string
vhost string
Résultat IMessagingConfigureOptions

SetMessagingServer() public méthode

public SetMessagingServer ( string host ) : IMessagingConfigureOptions
host string
Résultat IMessagingConfigureOptions