Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.5.0

Otp
maxHLevel1
To communicate with a message queue, two kinds of connections are necessary:

...

The parameters in detail:

Parameter NameDescriptionDefault Value
Connection Max TotalMaximal number of available connections in the pool.-1 (no restrictions)
Connection Min IdleMinimal number of open connections that will be hold available.0
Connection Max IdleMaximal number of unused open connections in the pool.5
Connection Min Evictable Time MillisMinimum idle time of an open connection, before it can be removed from the pool.600000 ms
Connection Time Between Eviction Runs MillisTime between to test cycles. In a test cycle is checked wether an opened connection is idle for more than Connection Min Evictable Time Millis . -1 means no tests will be called.540000 ms
Connection Num Tests Per Eviction RunMaximum number of open connections tested on every test run.3
Connection Max Wait SecMaximum time in seconds to wait for an idle connection. Throws an exception if time is exceeded300

All connection pool parameters can be modified on the E2E Bridge once the service is deployed. Read xUML Service Settings for more information on how to modify xUML service settings.

...

The parameters in detail:

Parameter NameDescriptionDefault Value
Session Max TotalMaximal number of available sessions in the pool.-1 (no restrictions)
Session Min IdleMinimal number of open sessions that will be hold available.0
Session Max IdleMaximal number of unused open sessions in the pool.8
Session Min Evictable Time MillisMinimum idle time of an open session, before it can be removed from the pool.1800000 ms
Session Time Between Eviction Runs MillisTime between to test cycles. In a test cycle is checked wether an opened connection is idle for more than Session Min Evictable Time Millis. -1 (no test)
Session Num Tests Per Eviction RunMaximum number of open sessions tested on every test run.3
Session Max Wait SecMaximum time in seconds to wait for an idle session. Throws an exception if time is exceeded300

All session pool parameters can be modified on the E2E Bridge once the service is deployed. Read xUML Service Settings for more information on how to modify xUML service settings.

...

The parameters in detail:

Parameter NameDescriptionDefault Value
Min IdleMinimal number of open connections that will be hold available. Have to be greater 0.1
Max TotalMaximal number of listeners that will be connected to the queue. -1 means no restrictions.1
Min Evictable Time MillisMinimum idle time of a connected listener, before it can be removed from the pool.1800000 ms
Time Between Eviction Runs MillisTime between to test cycles. In a test cycle is checked wether an connected listener  is idle for more than Min Evictable Time Millis .-1 (no test)
Num Tests Per Eviction RunMaximum number of connected listeners  tested on every test run.3

All connection pool parameters can be modified on the E2E Bridge once the service is deployed. Read xUML Service Settings for more information on how to modify xUML service settings.