Author: jstrachan
Date: Tue Mar 13 09:08:10 2007
New Revision: 517748
URL: http://svn.apache.org/viewvc?view=rev&rev=517748
Log:
updated javadoc
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerFactory.java
Modified:
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerFactory.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerFactory.java?view=diff&rev=517748&r1=517747&r2=517748
==============================================================================
---
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerFactory.java
(original)
+++
activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/BrokerFactory.java
Tue Mar 13 09:08:10 2007
@@ -25,6 +25,8 @@
/**
* A helper class to create a fully configured broker service using a URI.
+ * The list of currently supported URI syntaxes is described
+ * <a
href="http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html">here</a>
*
* @version $Revision$
*/