]
Heiko Braun moved HAL-840 to WFLY-5328:
---------------------------------------
Project: WildFly (was: HAL)
Key: WFLY-5328 (was: HAL-840)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Domain Management
(was: Subsystem Configuration)
After setting journal-min-files to 0 through CLI server is throwing
expection when reloading
--------------------------------------------------------------------------------------------
Key: WFLY-5328
URL:
https://issues.jboss.org/browse/WFLY-5328
Project: WildFly
Issue Type: Bug
Components: Domain Management
Environment: Running unsecured EAP 7.0.0 DR9
Reporter: Patrik Cyprian
When you set messaging journal-min-files to zero
{{/subsystem=messaging-activemq/server=default:write-attribute(name=journal-min-files,value=0)}}
, then when server is throwing exepciton *java.lang.IllegalArgumentException: minFiles
cannot be less than*. In description there is no restriction for the attribute.