C# Class SevenDigital.Messaging.ConfigurationActions.SDM_ConfigureOptions

Inheritance: IMessagingConfigureOptions
Mostrar archivo Open project: i-e-b/SevenDigital.Messaging

Public Methods

Method 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

Method Description
SetManagementServer ( string host, string username, string password, string vhost ) : IMessagingConfigureOptions

Method Details

NoPersistentMessages() public method

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
return IMessagingConfigureOptions

SetIntegrationTestMode() public method

public SetIntegrationTestMode ( ) : void
return void

SetManagementServer() public method

public SetManagementServer ( string host, int port, string username, string password, string vhost ) : IMessagingConfigureOptions
host string
port int
username string
password string
vhost string
return IMessagingConfigureOptions

SetMessagingServer() public method

public SetMessagingServer ( string host ) : IMessagingConfigureOptions
host string
return IMessagingConfigureOptions