Skip to main content
Version: 4

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.retrySet 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.retryIntervalSet the time interval in milliseconds between consecutive retries while connecting to Spazio MFT/s in case of error at startup10000
gbi.spazio.log.messages.retrySet 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.asyncModeEnable to retry connectivity to Spazio MFT/s asynchronously incase Kernel is not able to connect to it at startuptrue

[+] JMS

[-] Hide

Property name 
Description 
Default value 
jms.connection.retrySet 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.retryDelayEnter 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.rootRoot Application logging level. For production server, it is recommended to use NOTICE log levelINFO
logging.level.systemSystem logging level. For production server, it is recommended to use NOTICE log levelNOTICE
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