You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/22 08:51:05 UTC

svn commit: r448836 - in /incubator/activemq/site: run-broker.html using-activemq.html

Author: chirino
Date: Thu Sep 21 23:51:04 2006
New Revision: 448836

URL: http://svn.apache.org/viewvc?view=rev&rev=448836
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/run-broker.html
    incubator/activemq/site/using-activemq.html

Modified: incubator/activemq/site/run-broker.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/run-broker.html?view=diff&rev=448836&r1=448835&r2=448836
==============================================================================
--- incubator/activemq/site/run-broker.html (original)
+++ incubator/activemq/site/run-broker.html Thu Sep 21 23:51:04 2006
@@ -159,15 +159,14 @@
 	<LI><A href="getting-started.html" title="Getting Started">Getting Started</A></LI>
 	<LI><A href="initial-configuration.html" title="Initial Configuration">Initial Configuration</A></LI>
 	<LI><A href="" title="Run Broker">Running a Broker</A></LI>
+	<LI><A href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">Embedded Brokers</A></LI>
 	<LI><A href="activemq-command-line-tools-reference.html" title="ActiveMQ Command Line Tools Reference">Command Line Tools</A></LI>
 	<LI><A href="configuring-transports.html" title="Configuring Transports">Configuring Transports</A></LI>
 	<LI><A href="examples.html" title="Examples">Examples</A></LI>
+	<LI><A href="web-samples.html" title="Web Samples">Web Samples</A></LI>
 	<LI><A href="how-can-i-monitor-activemq.html" title="How can I monitor ActiveMQ">Monitoring the Broker</A></LI>
 	<LI><A href="xml-configuration.html" title="Xml Configuration">Xml Configuration</A></LI>
 	<LI><A href="xml-reference.html" title="Xml Reference">Xml Reference</A></LI>
-	<LI><A href="web-samples.html" title="Web Samples">Web Samples</A></LI>
-	<LI><A href="topologies.html" title="Topologies">Topologies</A></LI>
-	<LI><A href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">Embedded Brokers</A></LI>
 	<LI><A href="using-activemq.html" title="Using ActiveMQ">More ...</A></LI>
 </UL>
 
@@ -290,7 +289,21 @@
 
 <H3><A name="RunBroker-Runningthebrokerfromthesourcecode"></A>Running the broker from the source code</H3>
 
-<P>From the latest <A href="source.html" title="Source">checkout</A> of the code you can run a broker using the <A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven 2 Plugin</A></P>
+<P>From the latest <A href="source.html" title="Source">checkout</A> of the code you can run a broker using the <A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">ActiveMQ Performance Plugin</A></P>
+
+<H3><A name="RunBroker-Runningthebrokerfrommaven"></A>Running the broker from maven</H3>
+
+<P>You can download and install the ActiveMQ Startup Maven Plugin via the following command if you are in a directory with a pom.xml</P>
+
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-java">mvn org.apache.activemq:maven-activemq-plugin:4.1-incubator-SNAPSHOT:run</PRE>
+</DIV></DIV>
+
+<P>You can then run it via</P>
+
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-java">mvn org.apache.activemq:maven-activemq-plugin:run</PRE>
+</DIV></DIV>
 
 <H2><A name="RunBroker-HandlingJMSbrokersgoingdown"></A>Handling JMS brokers going down</H2>
 
@@ -312,8 +325,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on Jul 13, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=46&originalId=9030">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on Sep 22, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=46&originalId=13777">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=46">edit page</A>)
     </DIV>

Modified: incubator/activemq/site/using-activemq.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/using-activemq.html?view=diff&rev=448836&r1=448835&r2=448836
==============================================================================
--- incubator/activemq/site/using-activemq.html (original)
+++ incubator/activemq/site/using-activemq.html Thu Sep 21 23:51:04 2006
@@ -159,15 +159,14 @@
 	<LI><A href="getting-started.html" title="Getting Started">Getting Started</A></LI>
 	<LI><A href="initial-configuration.html" title="Initial Configuration">Initial Configuration</A></LI>
 	<LI><A href="run-broker.html" title="Run Broker">Running a Broker</A></LI>
+	<LI><A href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">Embedded Brokers</A></LI>
 	<LI><A href="activemq-command-line-tools-reference.html" title="ActiveMQ Command Line Tools Reference">Command Line Tools</A></LI>
 	<LI><A href="configuring-transports.html" title="Configuring Transports">Configuring Transports</A></LI>
 	<LI><A href="examples.html" title="Examples">Examples</A></LI>
+	<LI><A href="web-samples.html" title="Web Samples">Web Samples</A></LI>
 	<LI><A href="how-can-i-monitor-activemq.html" title="How can I monitor ActiveMQ">Monitoring the Broker</A></LI>
 	<LI><A href="xml-configuration.html" title="Xml Configuration">Xml Configuration</A></LI>
 	<LI><A href="xml-reference.html" title="Xml Reference">Xml Reference</A></LI>
-	<LI><A href="web-samples.html" title="Web Samples">Web Samples</A></LI>
-	<LI><A href="topologies.html" title="Topologies">Topologies</A></LI>
-	<LI><A href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a Broker inside a Connection">Embedded Brokers</A></LI>
 	<LI><A href="" title="Using ActiveMQ">More ...</A></LI>
 </UL>