]
James Perkins updated WFLY-10976:
---------------------------------
Fix Version/s: 15.0.0.Final
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
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
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.