]
Chao Wang reassigned WFLY-5328:
-------------------------------
Assignee: Chao Wang (was: Jeff Mesnil)
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: JMS
Environment: Running unsecured EAP 7.0.0 DR9
Reporter: Patrik Cyprian
Assignee: Chao Wang
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.