You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

SubjectPropertyDefaultExplanationProperty fileAdditional information
Aggregates

blueriq.customerdata-client.list.record.limit

10Maxiumum results of the search.

application.properties



blueriq.customerdata-client.url
Url for the customerdata service 

application.properties



blueriq.customerdata-client.username
Username used for authentication against the customerdata service

application.properties



blueriq.customerdata-client.password
Password used for authentication against the customerdata service

application.properties



blueriq.customerdata-client.preemptive-authenticationtrue

Use preemptive authentication

application.properties

since 11.8

blueriq.customerdata-client.socket-timeout120 (seconds)

Time waiting for data – after establishing the connection; maximum time of inactivity between two data packets

application.properties

Note: exception thrown can still cause data changes on Customer Data Service side, because connection has been established.

https://hc.apache.org/httpclient-legacy/preference-api.html


blueriq.customerdata-client.connection-timeout10 (seconds)

Time to establish the connection with the remote host

application.properties

https://hc.apache.org/httpclient-legacy/preference-api.html


blueriq.customerdata-client.connection-request-timeout10 (seconds)

Time to wait for a connection from the connection manager/pool

application.properties

https://hc.apache.org/httpclient-legacy/preference-api.html

blueriq.customerdata-client.pool.validate-after-inactivity2500 (milliseconds)

Defines period of inactivity in milliseconds after which persistent connections must be re-validated prior to being leased to the consumer. Non-positive value passed to this method disables connection validation. This check helps detect connections that have become stale (half-closed) while kept inactive in the pool.

application.properties



blueriq.customerdata-client.pool.default-max-per-route50

The default maximum number of concurrent connections per route

application.properties



blueriq.customerdata-client.pool.max-total1000

The maximum total connections

application.properties