]
Brian Stansberry reopened WFLY-10976:
-------------------------------------
Assignee: Brian Stansberry (was: Bartosz Baranowski)
Both standalone-full-ha.xml and standalone-full.xml on current master produce this in the
server log:
{code}
13:43:15,457 WARN [org.apache.activemq.artemis.core.server] (ServerService Thread Pool --
62) AMQ222269: Please use a fixed value for "journal-pool-files". Default
changed per
Artemis warnings during startup
-------------------------------
Key: WFLY-10976
URL:
https://issues.jboss.org/browse/WFLY-10976
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 14.0.0.Final
Reporter: Rich DiCroce
Assignee: Brian Stansberry
Artemis logs these warnings during startup when using the stock standalone-full.xml
configuration:
{code}
12:11:31,997 WARN [org.apache.activemq.artemis.core.server] (ServerService Thread Pool
-- 62) AMQ222269: Please use a fixed value for "journal-pool-files". Default
changed per
https://issues.apache.org/jira/browse/ARTEMIS-1628
12:11:32,000 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool
-- 62) AMQ221075: Usage of wildcardRoutingEnabled configuration property is deprecated,
please use wildCardConfiguration.enabled instead
{code}
It looks like there's a config option that could be used to silence the first one,
but I have no idea what the second one is talking about.