AsyncStoreLibraryName
To store asynchronous action queues in a database, rather than in an internal datastore file, set the parameters AsyncStoreLibraryDirectory
, AsyncStoreLibraryName
, and ConnectionString
. If you use the same database to store action queues for more than one type of component, you must also set DatastoreSharingGroupName
.
This parameter specifies the name of the library to use to connect to the database. You can omit the file extension.
Type: | String |
Default: | |
Required: | No |
Configuration Section: |
ActionName or Actions where ActionName is the name of an asynchronous action. |
Example: | AsyncStoreLibraryName=postgresAsyncStoreLibrary
|
See Also: |