Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-16388

Remote Outbound Connection HeartBeat settings not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • EJB
    • None
    • ---
    • ---

      An EJB Client can use a remote outbound connection to call a remote EJB on another server. The HEARTBEAT_INTERVAL does not appear to be working in this configuration:

                  <subsystem xmlns="urn:jboss:domain:remoting:4.0">
                      <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
                      <outbound-connections>
                          <remote-outbound-connection name="remote-ejb-connection" outbound-socket-binding-ref="remote-socket-ejb" username="ejbuser" security-realm="ejb-security-realm">
                              <properties>
                                  <property name="SASL_POLICY_NOANONYMOUS" value="false"/>
                                  <property name="SSL_ENABLED" value="false"/>
                                  <property name="org.jboss.remoting3.RemotingOptions.HEARTBEAT_INTERVAL" value="2000"/>
                                  <property name="KEEP_ALIVE" value="true"/>
                                  <property name="READ_TIMEOUT" value="4000"/>
                              </properties>
                          </remote-outbound-connection>
                      </outbound-connections>
                  </subsystem>
      

            tadamski@redhat.com Tomasz Adamski
            tadamski@redhat.com Tomasz Adamski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: