Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Small textual improvements for max-clock-skew and max-ttl

...

Property nameDefault valueDescription
Incoming request processing
request.timestamp.enabledfalseWhether or not the timestamp of an incoming request should be verified. The expiration time is included in the message
request.timestamp.max-clock-skew300

Maximum number of seconds the clock of the other system is allowed to derive deviate from the receiving system.

Introduced in Blueriq 18.6.1. In Blueriq 18.6.0, the value would always be 0, which was likely to might cause problems when clocks are not exactly synchronized.

request.timestamp.max-ttl300

Maximum time to live: maximum allowed number of seconds between the message's created and expires timestamp. If this number is greater than the specified max ttl, it is rejected.

Introduced in Blueriq 18.6.1. In Blueriq 18.6.0, the value would always be 300.

Outgoing response processing
response.timestamp.enabledfalseIndicates whether a creation and expiration timestamp will be added to the response.
request.timestamp.ttl300

Time to live: maximum number of seconds that may have passed since the message's created timestamp. If the message is older, it should be rejected by the receiver.

...

Property nameDefault valueDescription
Outgoing request processing
request.timestamp.enabledfalseIndicates whether a creation and expiration timestamp will be added to the request.
response.timestamp.ttl300

Time to live: maximum number of seconds that may have passed since the message's created timestamp. If the message is older, it should be rejected by the receiver.

Incoming response processing
response.timestamp.enabledfalseIndicates whether the creation and expiration timestamp should be verified.
response.timestamp.max-clock-skew300

Maximum number of seconds the clock of the other system is allowed to derive deviate from the receiving system.

Introduced in Blueriq 18.6.1. In Blueriq 18.6.0, the value would always be 0, which was likely to might cause problems when clocks are not exactly synchronized.

response.timestamp.max-ttl300

Maximum time to live: maximum allowed number of seconds between the message's created and expires timestamp. If this number is greater than the specified max ttl, it is rejected.

Introduced in Blueriq 18.6.1. In Blueriq 18.6.0, the value would always be 300.

...