Hello ActiveMQ community, Is there an API in ActiveMQ that can be reused to parse broker URL string and determine URL of each broker?
I have clients (producers and consumers) configured to access two master/slave brokers using failover protocol via a property, but would like to get urls of each one of them from the same config property. Need to implement checking whether both brokers are masters or both are down and perform some alarming/notifications about invalid/unexpected state. I can always implement some custom URL parsing, but would prefer to reuse any logic already built in ActiveMQ. Regards, Stevo.