On Sun, Dec 29, 2019, 16:50 Krzysztof <[email protected]> wrote: > Thanks Jiri, I think I'm getting onto sth. I was able to build the whole > thing, and run the tests, but most of them are failing with this error: > > ActiveMQNotConnectedException[errorType=NOT_CONNECTED message=AMQ219007: > Cannot connect to server(s). Tried with all available servers. >
I'm guessing firewall. Connect ions from localhost to localhost tcp port 5672, 61616 and some other (depending on protocol tested) must be permitted. Most JUnit tests in the project bring up the entire server then connect to it (which is quite fast, actually.) There is a 'sudo ip route' command in the readme that might be necessary to perform to run some clustering tests/examples. >
