DSUB properties
This section provides configuration properties for DSUB.
Table 2-5 DSUB properties
Property | Description |
---|---|
NotificationEnabled |
Set this value to true to enable publishing registry events to the DSUB Notification Broker. By default, this value is set to false. |
PublishEndPoint |
Set the publish endpoint URL of the DSUB Notification Broker. |
DsubValidateCodeAndCodingScheme |
Set this value to true (default value) to validate code and coding scheme containing DSUB subscription message against codes file of the registry. |
DefaultDaysBeforeExpiryOfSubscription |
Set an integer value that indicates the number of days after which the subscription will expire. By default, this value is set to 30. |
NotificationBrokerSubscribeEndPoint |
Set the Subscribe endpoint URL of the DSUB Notification Broker. |
DeleteExpiredSubscriptionsIntervalDuration |
Set the number of milliseconds between successive invocations of the batch job to delete expired subscriptions (if any) from the database. Enter an integer value specifying milliseconds for the interval. The default value is 86400000 (1 day). |
DeleteExpiredSubscriptionsTimerStartInterval |
Set the duration in milliseconds after the receipt of the first subscribe request to the Notification Broker. The batch job to delete the expired records becomes active at this point. Enter an integer value specifying the milliseconds interval. The default value is 86400000 (1 day). |