D2 Integration Settings
The configuration file that contains D2 error handling settings is located at: InSightManager\server\all\deploy\hornetq\hornetq-configuration.xml
There are two settings that can be adjusted in the
hornetq-configuration.xml file,
redelivery-delay and
max-delivery-attempts.
Important: DO NOT adjust any other settings.
| address-setting | Variable | Description | Type | Default Value |
|---|---|---|---|---|
| jms.queue.D2LifeSciencesQueue | redelivery-delay | The time (in milliseconds) between retries. | integer | 120000 |
| max-delivery-attempts | The number of retries. | integer | 10 | |
| jms.queue.D2LifeSciencesRetryQueue | redelivery-delay | The time (in milliseconds) between retries. | integer | 3600000 |
| max-delivery-attempts | The number of retries. | integer | 10 |
Related concepts