I want to find a way to configure the main bridge (and, if possible, JMS) between two instances of HornetQ programmatically.
There are easy-to-use tutorials in the HornetQ documentation, but none of them describe how to add a basic bridge to an equation. In addition, the BridgeConfiguration class is available, but it's just a POJO, a placeholder for the configuration itself, and I cannot start it and run it with an instance of HornetQ. Especially, in particular, the definition of connections seems puzzling.
Please, help:)
source
share