I'm using ActiveMQ CPP 5.2.3.
I'm trying to add transport.commandTracingEnabled=true
to tcp transport layer:
failover://(tcp://10.10.10.1:61616transport.commandTracingEnabled=true,tcp://10.10.10.2:61616?transport.commandTracingEnabled=true)?randomize=true
ActiveMQ doesn't accept it.
Hovewer with one TCP transport it works fine:
failover://(tcp://10.10.10.1:61616transport.commandTracingEnabled=true)?randomize=true