如何在jboss eap 7服务器中配置消息传递?

时间:2018-01-31 09:48:43

标签: java jboss

我正在尝试配置jboss eap 7.0服务器。但是消息传递配置部分有问题。当我启动服务器时,我收到以下错误:

   ERROR [org.jboss.as.controller.management-operation] (Controller Boot 
    Thread) WFLYCTL0013: Operation ("add") failed - address: ([
    ("subsystem" => "messaging-activemq"),
    ("server" => "default")
]) - failure description: {
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging-activemq.default is missing [jboss.http-upgrade-registry.messaging, jboss.http-upgrade-registry.messaging-throughput]"],
"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
    "Services that were unable to start:" => ["jboss.messaging-activemq.default.jms.manager"],
    "Services that may be the cause:" => [
        "jboss.http-upgrade-registry.messaging",
        "jboss.http-upgrade-registry.messaging-throughput",
        "jboss.naming.context.java.jboss.jdbc.SVIL-STJU"
    ]
}
}

我想要注意的是,我添加了邮件扩展名:

<extension module="org.wildfly.extension.messaging-activemq"/>

我搜索了一个解决方案,但没有找到任何解决方案。

0 个答案:

没有答案