]
Brian Stansberry commented on WFLY-10976:
-----------------------------------------
[~jmesnil] [~ehugonnet] FYI. I'm poking at this for a bit this afternoon as it seems
to be blocking acceptance testing of CD 14:
If I haven't sent up a PR or something by your Friday, please feel free to take it
over.
[~jamezp] [~kabirkhan] FYI.
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.