]
Heiko Braun reassigned WFLY-5328:
---------------------------------
Assignee: Jeff Mesnil (was: Brian Stansberry)
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
Assignee: Jeff Mesnil
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.