Hi,

I managed to reproduce the problem again and it's related to the "ServerUrl"
parameter from ActiveMQResourceAdapter. This version works:
        <Resource id="JMSAdapter" type="ActiveMQResourceAdapter">
                BrokerXmlConfig=broker:(tcp://localhost:61616)?persistent=false
        </Resource>
and this doesn't:
        <Resource id="JMSAdapter" type="ActiveMQResourceAdapter">
                BrokerXmlConfig=broker:(tcp://localhost:61616)?persistent=false
                ServerUrl = tcp://localhost:61616
        </Resource>

Any ideeas why, since the default value for ServerUrl is
"tcp://localhost:61616"?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Web-console-Exception-No-broker-is-found-at-any-of-the-1-configured-urls-tp4657842p4658160.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to