Microservice Settings - Listener
The following groups contain Adeptia Connect microservices Listener properties that can be configured by going to Account > Settings > Microservice Settings. For more details on properties configuration, refer to the page Configuring the application properties.
[+] Configuration
[-] Hide
| Property name | Description | Default value |
|---|---|---|
| gbi.connection.retry | Set the maximum number of times a retry will perform in case of error in connecting to queue/topic (specify -1 to unlimited retry) | -1 |
| gbi.spazio.connection.retryInterval | Set the time interval in milliseconds between consecutive retries while connecting to Spazio MFT/s in case of error at startup | 10000 |
| gbi.spazio.log.messages.retry | Set the maximum number of times the application will retry in case of error to store messages into Spazio Log Tables (specify -1 to unlimited retry) | 0 |
| gbi.spazio.retryConnectivity.asyncMode | Enable to retry connectivity to Spazio MFT/s asynchronously incase Kernel is not able to connect to it at startup | true |
[+] JMS
[-] Hide
| Property name | Description | Default value |
|---|---|---|
| jms.connection.retry | Set the maximum number of times retry will perform in case of error in connecting to queue/topic (specify -1 to unlimited retry) | -1 |
| jms.connection.retryDelay | Enter the retry delay in milliseconds. | 30000 |
[+] Logging
[-] Hide
| Property name | Description | Default value |
|---|---|---|
| logging.includeLocation | Used by log4j to include the location in the appenders(Console, jdbc etc.). Possible values - true or false | true |
| logging.level.root | Root Application logging level. For production server, it is recommended to use NOTICE log level | INFO |
| logging.level.system | System logging level. For production server, it is recommended to use NOTICE log level | NOTICE |
| logging.pattern.console | %d %-5p [%t] %5c %l - %m%n%ex |
[+] MLLP Configuration
[-] Hide
| Property name | Description | Default value |
|---|---|---|
| abpm.mllp.isAsync | This property controls the default behavior of MLLP Client and Server i.e if it will process data in async mode or sync mode. Possible values: true or false. | true |