문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top