Method | Description | |
---|---|---|
PurgeOnStartup ( this config, bool value ) : void |
Requests that the incoming queue be purged of all messages when the bus is started. All messages in this queue will be deleted if this is true. Setting this to true may make sense for certain smart-client applications, but rarely for server applications.
|
Method | Description | |
---|---|---|
PurgeOnStartup ( this config ) : bool |
public static PurgeOnStartup ( this config, bool value ) : void | ||
config | this | The |
value | bool | True to purge all message on startup; otherwise False. |
return | void |