Re: Validation ActiveMQ URI

2013-08-22 Thread malina
Thanks for your answer ceposta:) Ye , i want validate correct parameters before i establish connection (here is sample of my code): String url = failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100; UrlValidator urlValidator = new

Validation ActiveMQ URI

2013-08-21 Thread malina
Hello, I have small problem with Uri. I dont know how to validate uri which contain : failover,static,vm,broker,fanout, ofcourse i validate uri which contain tcp,udp,ssl with URLValidator from org.apache.commons.validator package. I was looking at your documentation, but i couldn't find something