Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 JBoss 6 上使用 JDK-6 有一个 HornetQ 项目,在 WildFly 18 上使用 JDK-11 有一个 ActiveMQ 项目。我可以访问 ActiveMQ 项目中的 HornetQ 主题,反之亦然吗?
如果您使用嵌入在 WildFly 18 中的 ActiveMQ Artemis,那么您应该能够从 HornetQ 客户端连接到它,因为 ActiveMQ Artemis 基于 HornetQ 代码库并保持与旧版 HornetQ 客户端的向后兼容性。
但是,您将无法使用 ActiveMQ Artemis JMS 客户端与 HornetQ 对话。