HornetQ JMS Topic To Topic Bridge

夙愿已清 提交于 2019-12-12 00:43:25

问题


I'm trying to set up a bridge between two topics. The idea is this:

  • A notification gets posted to a topic on HornetQ server A
  • This notification gets sent to a topic on HornetQ server B (over a bridge?)
  • The client app gets the notification from server B.

The reason I need to do this is, if server B is down, we still want the topic up and eventually delivered to the subscribing servers.

What I need is an example hornetq-configuration.xml and hornetq-jms.xml demonstrating this. Or am I looking at it the wrong way and there is a better way to do this?

I am using HornetQ 2.2.14.Final.


回答1:


Topic is not in the core level, but you can do it; follow this link: https://community.jboss.org/thread/177979



来源:https://stackoverflow.com/questions/15909033/hornetq-jms-topic-to-topic-bridge

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!