4

如何使用 HornetQ 以编程方式创建 JMS 主题和队列?

4

1 回答 1

1

http://docs.jboss.org/hornetq/2.2.14.Final/user-manual/en/html/management.html

如果您阅读有关如何将核心地址转换为 JMS 对象的章节:

http://docs.jboss.org/hornetq/2.2.14.Final/api/org/hornetq/api/core/client/ClientSession.html#createQueue(org.hornetq.api.core.SimpleString,%20org.hornetq .api.core.SimpleString,%20boolean)

如果你愿意,你也可以只使用核心 api。

于 2013-02-28T21:21:59.910 回答