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

Incorrect time unit in description of attribute slow-consumer-check-period

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR17
    • 7.1.0.DR14
    • JMS
    • None

    Description

      Slow consumer check period is configured in seconds. However, description of attribute slow-consumer-check-period says it is configured in minutes.

      /subsystem=messaging-activemq/server=default/address-setting=#:read-resource-description

      ....
      "slow-consumer-check-period" => {
      "type" => LONG,
      "description" => "How often to check for slow consumers on a particular queue.",
      "expressions-allowed" => true,
      "required" => false,
      "nillable" => true,
      "default" => 5L,
      "unit" => "MINUTES",
      "access-type" => "read-write",
      "storage" => "configuration",
      "restart-required" => "no-services"
      },
      ....

      Attachments

        Issue Links

          Activity

            People

              rhn-support-iweiss Ingo Weiss
              mstyk_jira Martin Styk (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: