-
Enhancement
-
Resolution: Done
-
Major
-
7.2.0.GA
Default heartbeat / read-timeout / write-timeout for all connections
To set the heartbeat, the wildfly-config.xml is needed, but for auto connections where the host are not static, it should have a default that will apply to all since it cannot be configured in the InitialContext properties.
The heartbeat & timeouts can be set per connection, but if the connection is established via new InitialContext(host/port/user/pass) , then we need the heartbeat to be configurable without specifying the host since it is dynamic.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <endpoint xmlns="urn:jboss-remoting:5.0"> <connections> <connection destination="remote+http://host:8080" read-timeout="20000" write-timeout="20000" heartbeat-interval="10000"/> </connections> </endpoint> </configuration>
- incorporates
-
REM3-332 Default heartbeat / read-timeout / write-timeout for all connections in wildfly-config.xml
- Resolved
-
JBEAP-16820 (7.2.z) Remoting configuration must allow to set heartbeat to 0
- Closed
- is incorporated by
-
WFCORE-4491 Upgrade jboss-remoting to 5.0.12.Final
- Resolved
-
JBEAP-16925 [GSS](7.2.z) Upgrade JBoss Remoting from 5.0.9 to 5.0.12
- Closed
- relates to
-
JBEAP-16690 [GSS](7.2.z) REM3-331 - Configure the hearbeat timeout by default for auto created remote EJB client connections
- Closed
- links to