0 Replies Latest reply on May 18, 2012 2:34 PM by uded

    How to configure a core and/or JMS bridge programmatically?

    uded

      I want to find a way to configure a core bridge (and, if possible, JMS) between two HornetQ instances programmatically.

      There are easy to use embedding tutorials in the HornetQ documentation, but none of them describes how to add a core bridge to the equation. Furthermore, there is BridgeConfiguration class available, but it is just a POJO, placeholder for the configuration itself and I can't make it up and running with HornetQ instance. Especially, among others, defining connections seems to be puzzling.