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.
是否可以通过 HornetQ 核心 API 访问 HornetQServerControl?我从文档中阅读了管理章节,但仍然不知道如何访问。我在源代码中找到的唯一示例使用 JMX。
谢谢
有一个使用 JMS 访问 HornetQ managememet API 的示例
https://github.com/hornetq/hornetq/blob/master/examples/jms/management/src/main/java/org/hornetq/jms/example/ManagementExample.java
使用 HornetQ 核心 API 是类似的。
您还可以阅读测试https://github.com/hornetq/hornetq/blob/master/tests/integration-tests/src/test/java/org/hornetq/tests/integration/management/HornetQServerControlUsingCoreTest.java。