]
Ingo Weiss moved JBEAP-10461 to WFLY-8610:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8610 (was: JBEAP-10461)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: JMS)
Affects Version/s: (was: 7.1.0.DR14)
Incorrect time unit in description of attribute
slow-consumer-check-period
--------------------------------------------------------------------------
Key: WFLY-8610
URL:
https://issues.jboss.org/browse/WFLY-8610
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Ingo Weiss
Assignee: Ingo Weiss
Slow consumer check period is configured in seconds. However, description of attribute
{{slow-consumer-check-period}} says it is configured in minutes.
{noformat}/subsystem=messaging-activemq/server=default/address-setting=#:read-resource-description{noformat}
{panel}
....
"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,
{color:#d04437}"unit" => "MINUTES",{color}
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "no-services"
},
....
{panel}