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 UrlValidator(UrlValidator.ALLOW_ALL_

Re: Validation ActiveMQ URI

2013-08-21 Thread Christian Posta
Do you mean validate it for correct parameters? I don't think there is something existing to use for that. Patches are welcome :) On Wed, Aug 21, 2013 at 5:03 AM, malina wrote: > Hello, I have small problem with Uri. I dont know how to validate uri which > contain : failover,static,vm,broker,fa