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 |
Method | Description | |
---|---|---|
SetManagementServer ( string host, string username, string password, string vhost ) : IMessagingConfigureOptions |
public NoPersistentMessages ( ) : IMessagingConfigureOptions | ||
return | IMessagingConfigureOptions |
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 |
public SetMessagingServer ( string host ) : IMessagingConfigureOptions | ||
host | string | |
return | IMessagingConfigureOptions |