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

[Documentation] Configuration guide - old examples of TCPPING and TCPGOSSIP

    XMLWordPrintable

Details

    Description

      In "22.2.3. Configure TCPPING" and "22.2.4. Configure TCPGOSSIP", these examples should make use of socket-bindings (these are equivalents of the examples currently present in the docs):

      TCPPING
      /socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=jgroups-host-a:add(host=HOST_A,port=7600)
      /socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=jgroups-host-b:add(host=HOST_B,port=7600)
      batch
      /subsystem=jgroups/stack=tcpping:add
      /subsystem=jgroups/stack=tcpping/transport=TCP:add(socket-binding=jgroups-tcp)
      /subsystem=jgroups/stack=tcpping/protocol=TCPPING:add(socket-bindings=[jgroups-host-a,jgroups-host-b],properties={timeout=3000})
      /subsystem=jgroups/stack=tcpping/protocol=MERGE3:add
      /subsystem=jgroups/stack=tcpping/protocol=FD_SOCK:add
      /subsystem=jgroups/stack=tcpping/protocol=FD_ALL:add
      /subsystem=jgroups/stack=tcpping/protocol=VERIFY_SUSPECT:add
      /subsystem=jgroups/stack=tcpping/protocol=pbcast.NAKACK2:add
      /subsystem=jgroups/stack=tcpping/protocol=UNICAST3:add
      /subsystem=jgroups/stack=tcpping/protocol=pbcast.STABLE:add
      /subsystem=jgroups/stack=tcpping/protocol=pbcast.GMS:add
      /subsystem=jgroups/stack=tcpping/protocol=MFC:add
      /subsystem=jgroups/stack=tcpping/protocol=FRAG2:add
      /subsystem=jgroups/channel=ee:write-attribute(name=stack,value=tcpping)
      run-batch
      reload
      
      TCPGOSSIP
      /socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=jgroups-host-a:add(host=HOST_A,port=13001)
      batch
      /subsystem=jgroups/stack=tcpgossip:add
      /subsystem=jgroups/stack=tcpgossip/transport=TCP:add(socket-binding=jgroups-tcp)
      /subsystem=jgroups/stack=tcpgossip/protocol=TCPGOSSIP:add(socket-bindings=[jgroups-host-a])
      /subsystem=jgroups/stack=tcpgossip/protocol=MERGE3:add
      /subsystem=jgroups/stack=tcpgossip/protocol=FD_SOCK:add
      /subsystem=jgroups/stack=tcpgossip/protocol=FD_ALL:add
      /subsystem=jgroups/stack=tcpgossip/protocol=VERIFY_SUSPECT:add
      /subsystem=jgroups/stack=tcpgossip/protocol=pbcast.NAKACK2:add
      /subsystem=jgroups/stack=tcpgossip/protocol=UNICAST3:add
      /subsystem=jgroups/stack=tcpgossip/protocol=pbcast.STABLE:add
      /subsystem=jgroups/stack=tcpgossip/protocol=pbcast.GMS:add
      /subsystem=jgroups/stack=tcpgossip/protocol=MFC:add
      /subsystem=jgroups/stack=tcpgossip/protocol=FRAG2:add
      /subsystem=jgroups/channel=ee:write-attribute(name=stack,value=tcpgossip)
      run-batch
      reload
      

      Attachments

        Activity

          People

            rhn-support-chuffman Christian Huffman
            rjanik@redhat.com Richard Janik
            Richard Janik Richard Janik
            Richard Janik Richard Janik
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: