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

[Documentation] Configuration guide - JGroups subsystem transport attributes deprecated

    XMLWordPrintable

Details

    Description

      Revision: 1c1d39d.

      Configuration guide, Table A.105. transport Attributes. Several of these attributes are deprecated, which is not mentioned in the guide. Specifically:

      /subsystem=jgroups/stack=tcp/transport=TCP:read-resource-description
      ...
                  "default-executor" => {
                      "type" => STRING,
                      "description" => "The thread pool executor to handle incoming messages.",
                      "expressions-allowed" => false,
                      "required" => false,
                      "nillable" => true,
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "deprecated" => {
                          "since" => "3.0.0",
                          "reason" => "Deprecated. Supports EAP 6.x slaves."
                      },
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
      ...
                  "oob-executor" => {
                      "type" => STRING,
                      "description" => "The thread pool executor to handle incoming out-of-band messages.",
                      "expressions-allowed" => false,
                      "required" => false,
                      "nillable" => true,
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "deprecated" => {
                          "since" => "3.0.0",
                          "reason" => "Deprecated. Supports EAP 6.x slaves."
                      },
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
      ...
                  "shared" => {
                      "type" => BOOLEAN,
                      "description" => "If true, the underlying transport is shared by all channels using this stack.",
                      "expressions-allowed" => true,
                      "required" => false,
                      "nillable" => true,
                      "default" => false,
                      "deprecated" => {
                          "since" => "4.0.0",
                          "reason" => "Deprecated. Transport sharing is now achieved by using fork channels."
                      },
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "resource-services"
      ...
                  "thread-factory" => {
                      "type" => STRING,
                      "description" => "The thread factory to use for handling asynchronous transport-specific tasks.",
                      "expressions-allowed" => false,
                      "required" => false,
                      "nillable" => true,
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "deprecated" => {
                          "since" => "3.0.0",
                          "reason" => "Deprecated. Supports EAP 6.x slaves."
                      },
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  },
                  "timer-executor" => {
                      "type" => STRING,
                      "description" => "The thread pool executor to handle protocol-related timing tasks.",
                      "expressions-allowed" => false,
                      "required" => false,
                      "nillable" => true,
                      "min-length" => 1L,
                      "max-length" => 2147483647L,
                      "deprecated" => {
                          "since" => "3.0.0",
                          "reason" => "Deprecated. Supports EAP 6.x slaves."
                      },
                      "access-type" => "read-write",
                      "storage" => "configuration",
                      "restart-required" => "no-services"
                  }
      ...
      

      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: