7.4. 消息传递框架
弃用 org.apache.activemq.artemis 模块和警告信息
- Issue - JBEAP-26188
-
org.apache.activemq.artemis模块已在 JBoss EAP 8.0 中弃用。当部署在MANIFEST.MF或jboss-deployment-structure.xml配置文件中包含此模块依赖项的应用程序时,会触发警告信息。如需更多信息,请参阅 Red Hat JBoss Enterprise Application Platform (EAP) 8 中已弃用。 - 临时解决方案
-
使用 JBoss EAP 8.0 更新 1,您可以通过将配置文件中的
org.apache.activemq.artemis模块替换为org.apache.activemq.artemis.client公共模块来防止记录这些警告消息。如需更多信息,请参阅 EAP 8 中的org.jboss.as.dependency.deprecated… 使用已弃用的模块("org.apache.activemq.artemis")。