Nilantha wrote: > > Nilantha wrote: >> I did the change as suggested(had to replace '&' with ';') >> >> <property name="serverUrl" >> >> value="failover:(tcp://xxx:61416,tcp://xxx:61417)?jms.redeliveryPolicy.allPrefetchValues=1;jms.redeliveryPolicy.initialRedeliveryDelay=2000;jms.redeliveryPolicy.maximumRedeliveries=4;jms.redeliveryPolicy.useCollisionAvoidance=true;" >> /> >> >> now I am getting following NPE from ConnectionStateTracker as soon as an >> exception is thrown. >>
I don't think that's going to be a valid URL with semicolons. Maybe & instead of &? -- Christopher G. Stach II