To answer my own question, just checked in code, found
org.apache.activemq.util.URISupport utility class (being used by
org.apache.activemq.ActiveMQConnectionFactory) which suits my needs.

Regards,
Stevo.

On Mon, Dec 19, 2011 at 2:00 PM, Stevo Slavić <ssla...@gmail.com> wrote:

> 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.
>

Reply via email to