在hornetmq-jms.xml中,我看到
<queue name="ExpiryQueue">
<entry name="/queue/ExpiryQueue">
</queue>但是如何配置一个主题呢?
在jboss 3.2.1中,我们通过jbossmq-destinations-service.xml做到了
发布于 2011-06-01 04:44:04
下载HornetQ二进制发行版并查看“topic”示例。文件examples/jms/topic/server0/hornetq-jms.xml包含以下内容:
<!--the topic used by the example-->
<topic name="exampleTopic">
<entry name="/topic/exampleTopic"/>
</topic>还有很多其他的例子。如果你觉得这很有用,请投上一票。
https://stackoverflow.com/questions/3575422
复制相似问题