Jörn Kottmann wrote:
By Broker: tcp://XXX2:61616)?randomize=falseThe brokerUrl is: failover:(tcp://XXX1:61616,tcp://XXX2:61616)?randomize=false
It looks like that JmsMessageContext.chooseServerUri transform it from failover:(tcp://XXX1:61616,tcp://XXX2:61616)?randomize=false into tcp://XXX2:61616)?randomize=false which is then later rejected. Why does uima tries to select a server uri instead of directly using the broker uri ? Jörn
