Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-19535

[GSS](7.4.z) Remote Outbound Connection HeartBeat settings not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 7.1.0.GA, 7.2.0.GA, 7.3.0.GA
    • EJB
    • None
    • Hide

      unzip jboss-eap-7.3.0.GA.zip
      cd jboss-eap-7.3/
      unzip -d $JBOSS_HOME/ JBEAP-19535.zip
      ./JBEAP-19535/setup.sh
      ./bin/domain.sh
      tail -f domain/servers/client/log/server.log | grep "org.jboss.remoting.remote.*default I/O.*alive"

      (management I/O-1) ... alive - messages are sent, but this is for the management layer not the remoting/ejb layer.

      Show
      unzip jboss-eap-7.3.0.GA.zip cd jboss-eap-7.3/ unzip -d $JBOSS_HOME/ JBEAP-19535 .zip ./ JBEAP-19535 /setup.sh ./bin/domain.sh tail -f domain/servers/client/log/server.log | grep "org.jboss.remoting.remote.*default I/O.*alive" (management I/O-1) ... alive - messages are sent, but this is for the management layer not the remoting/ejb layer.

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

              spyrkob Bartosz Spyrko-Smietanko
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: