I have the following problem: I have access to the transportConnector of ActiveMQ broker A. Lets say the uri is tcp://123.123.123.123:61616. I need to set up broker B on another ActiveMQ instance in order to forward all messages from broker A to tcp://0.0.0.0:61616 and from tcp://0.0.0.0:61616 to broker A.
If it is possible to do this without changing configuration of broker A? If yes, then please provide me with directions on how to do that.