【问题标题】:How to upgrade Artemis on WildFly如何在 WildFly 上升级 Artemis
【发布时间】:2017-03-03 17:48:13
【问题描述】:

我们使用的是 Artemis 1.1.0.wildfly-017 附带的 WildFly 10.1.0.Final,我们希望将其升级到最新的维护版本 1.1.0.SP18-redhat-1(也考虑 1.4.0)。

如何在无需手动构建 WildFly 的情况下升级 Artemis?

【问题讨论】:

    标签: java wildfly activemq-artemis


    【解决方案1】:

    我也很想知道,因为 artemis-hawtio 插件不再与 Artemis 1.1 兼容:

    https://github.com/rh-messaging/artemis-hawtio/issues/17

    我还没有尝试过,但一种解决方案可能是替换/升级所有 Artemis 库:

    ${WILDFLY_HOME}/modules/system/layers/base/org/apache/activemq/artemis/main/lib

    不要忘记相应地更新“module.xml”。

    【讨论】:

    • 我想补充一点,升级嵌入式组件(例如 WildFly 的 Artemis)意味着可能会发生集成不兼容问题。虽然“支持包”版本将主要关注“小”调整,如性能增强、错误更正和安全补丁,但其他 WildFly 模块之间仍然存在集成问题的风险。这样的操作是有风险的,这意味着您应该阅读应用的更改并对其进行测试。
    猜你喜欢
    • 2021-01-19
    • 2016-12-10
    • 2016-11-06
    • 1970-01-01
    • 2021-11-24
    • 1970-01-01
    • 2019-11-14
    • 1970-01-01
    • 2016-04-20
    相关资源
    最近更新 更多