Making a newbie assumption that to add zeroconf registration all I need to do
is add discovery to the front of the URI.
But. Here's the output I get:
[java] Starting ActiveMQ...
[java] Mar 28, 2006 5:06:42 PM org.apache.activemq.broker.BrokerService
getBroker
[java] INFO: ActiveMQ 4.0-M4 JMS Message Broker (eMAF) is starting
[java] Mar 28, 2006 5:06:42 PM org.apache.activemq.broker.BrokerService
getBroker
[java] INFO: For help or more information please see:
http://www.logicblaze.com
[java] Mar 28, 2006 5:06:44 PM
org.apache.activemq.store.jdbc.JDBCPersistenceAdapter createAdapter
[java] INFO: Database driver recognized:
[apache_derby_embedded_jdbc_driver]
[java] Mar 28, 2006 5:06:46 PM
org.apache.activemq.store.journal.JournalPersistenceAdapter recover
[java] INFO: Journal Recovery Started from: Active Journal: using 2 x
20.0 Megs at: activemq-data/eMAF/journal
[java] Mar 28, 2006 5:06:46 PM
org.apache.activemq.store.journal.JournalPersistenceAdapter recover
[java] INFO: Journal Recovered: 0 message(s) in transactions recovered.
[java] java.io.IOException: Invalid server URI:
discovery:tcp://localhost:61616
[java] at
org.apache.activemq.transport.discovery.DiscoveryTransportFactory.doBind(DiscoveryTransportFactory.java:47)
[java] at
org.apache.activemq.transport.TransportFactory.bind(TransportFactory.java:108)
[java] at
org.apache.activemq.broker.BrokerService.createTransportConnector(BrokerService.java:928)
[java] at
org.apache.activemq.broker.BrokerService.addConnector(BrokerService.java:134)
[java] at
com.raytheon.ap.emaf.comm.ActiveMQ$BrokerThread.run(Unknown Source)
Any ideas? What am I doing wrong? FWIW, I tried added the discovery option
to the example activemq.xml configuration and tried to start a broker with
the script and get the same thing...
TIA,
Kit
--
View this message in context:
http://www.nabble.com/Embedded-Brokers-discovery-t1354095.html#a3640934
Sent from the ActiveMQ - User forum at Nabble.com.