Author: jstrachan
Date: Fri Jun 9 03:39:19 2006
New Revision: 413003
URL: http://svn.apache.org/viewvc?rev=413003&view=rev
Log:
Latest export from confluence
Modified:
incubator/activemq/site/getting-started.html
incubator/activemq/site/initial-configuration.html
Modified: incubator/activemq/site/getting-started.html
URL:
http://svn.apache.org/viewvc/incubator/activemq/site/getting-started.html?rev=413003&r1=413002&r2=413003&view=diff
==============================================================================
--- incubator/activemq/site/getting-started.html (original)
+++ incubator/activemq/site/getting-started.html Fri Jun 9 03:39:19 2006
@@ -217,6 +217,7 @@
<LI><A href="wire-protocol.html" title="Wire Protocol">Wire
Protocol</A></LI>
<LI><A href="developer-guide.html" title="Developer Guide">Developer
Guide</A></LI>
<LI><A href="becoming-a-committer.html" title="Becoming a
committer">Becoming a committer</A></LI>
+ <LI><SPAN class="nobr"><A href="http://ci.gbuild.org/continuum/"
title="Visit page outside Confluence" rel="nofollow">GBuild<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
<LI><A href="integration-tests.html" title="Integration
Tests">Integration Tests</A></LI>
<LI><A href="activemq-performance-module-users-manual.html"
title="ActiveMQ Performance Module Users Manual">Maven2 Performance
Plugin</A></LI>
<LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark
Tests</A></LI>
@@ -242,8 +243,7 @@
<!--
<div class="pagetitle">Getting Started</div>
-->
- <DIV class="wiki-content">
-<H2><A name="GettingStarted-Introduction"></A>Introduction</H2>
+ <DIV class="wiki-content"><H2><A
name="GettingStarted-Introduction"></A>Introduction</H2>
<P>This document describes how to install and configure ActiveMQ 4.x for both
Unix and Windows' platforms. For installation and configuration
instructions for older versions of ActiveMQ please see <SPAN class="nobr"><A
href="http://docs.codehaus.org/display/ACTIVEMQ/Getting%20Started%203.x"
title="Visit page outside Confluence" rel="nofollow">Getting Started for
ActiveMQ 3.x<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0"
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
@@ -270,6 +270,7 @@
</LI>
<LI><A href="#GettingStarted-StartingActiveMQ" title="Starting ActiveMQ
on Getting Started">Starting ActiveMQ</A></LI>
<LI><A href="#GettingStarted-TestingtheInstallation" title="Testing the
Installation on Getting Started">Testing the Installation</A></LI>
+ <LI><A href="#GettingStarted-MonitoringActiveMQ" title="Monitoring
ActiveMQ on Getting Started">Monitoring ActiveMQ</A></LI>
<LI><A href="#GettingStarted-StoppingActiveMQ" title="Stopping ActiveMQ
on Getting Started">Stopping ActiveMQ</A></LI>
<LI><A href="#GettingStarted-ConfiguringActiveMQ" title="Configuring
ActiveMQ on Getting Started">Configuring ActiveMQ</A></LI>
</UL>
@@ -548,6 +549,10 @@
<PRE class="code-java">nohup bin/activemq > /tmp/smlog 2>&1
&</PRE>
</DIV></DIV></TD></TR></TABLE>
+<H4><A name="GettingStarted-Morehelp"></A>More help</H4>
+
+<P>For other ways of running the broker see <A href="run-broker.html"
title="Run Broker">Here</A>. For example you can run an <A
href="how-do-i-embed-a-broker-inside-a-connection.html" title="How do I embed a
Broker inside a Connection">embedded broker</A> inside your JMS Connection to
avoid starting a separate process.</P>
+
<H2><A name="GettingStarted-TestingtheInstallation"></A><A
name="GettingStarted-TestingtheInstallation"></A> Testing the Installation</H2>
<P>If ActiveMQ is up and running without problems, the Window's console
window or the Unix command shell will display information similar to the
following log line:</P>
@@ -568,6 +573,10 @@
<PRE class="code-java">netstat -an|grep 61616</PRE>
</DIV></DIV>
+<H2><A name="GettingStarted-MonitoringActiveMQ"></A>Monitoring ActiveMQ</H2>
+
+<P>Use the <A href="jmx.html" title="JMX">JMX</A> support to view the running
state of ActiveMQ.</P>
+
<H2><A name="GettingStarted-StoppingActiveMQ"></A>Stopping ActiveMQ</H2>
<P>For both Windows and Unix installations, terminate ActiveMQ by typing
"CTRL-C" in the console or command shell in which it is running.</P>
@@ -581,7 +590,9 @@
<H2><A name="GettingStarted-ConfiguringActiveMQ"></A>Configuring ActiveMQ</H2>
-<P>The ActiveMQ broker should now run. You can configure the broker by
specifying an <A href="xml-configuration.html" title="Xml Configuration">Xml
Configuration</A> file as a parameter to the <EM>activemq</EM> command.</P>
+<P>The ActiveMQ broker should now run. You can configure the broker by
specifying an <A href="xml-configuration.html" title="Xml Configuration">Xml
Configuration</A> file as a parameter to the <EM>activemq</EM> command. An
alternative is to use the <A href="broker-configuration-uri.html" title="Broker
Configuration URI">Broker Configuration URI</A> to configure things on the
command line in a concise format (though the configuration options are not as
extensive as if you use Java or XML code). You can also </P>
+
+<P>Also see <SPAN class="nobr"><A
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=ACTIVEMQ&title=Configurating%20Transports&linkCreation=true&fromPageId=208"
title="Create Page: Configurating Transports" class="createlink">Configurating
Transports<SUP><IMG class="rendericon"
src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7"
align="absmiddle" alt="" border="0"></SUP></A></SPAN> to see how you can
configure the various connection, transport and broker options using the
connection URL in the ActiveMQConnectionFactory.</P>
<P>See the <A href="initial-configuration.html" title="Initial
Configuration">Initial Configuration</A> for details of which jars you need to
add to your classpath to start using ActiveMQ in your Java code</P>
@@ -615,36 +626,9 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jwortzman">Jeremy
Wortzman</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=johnrsisson">johnrsisson</A>
on Mar 24, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=208&originalId=1643">view
change</A>)
- <SPAN id="show" class="inline-control-link"><A href=""
onclick="showComment(); return false;">show comment</A></SPAN>
- <SPAN id="hide" class="inline-control-link" style="display:none;"><A
href="" onclick="hideComment(); return false;">hide comment</A></SPAN>
- <DIV id="versionComment" class="noteMacro" style="display:none;
padding: 5px;">
- <B>Comment:</B>
- <BR>
-Change ServiceMix to ActiveMQ in intro. Change links to point to ASF
incubator<BR>
- <SPAN class="smalltext"><A
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=208">View
page history</A></SPAN>
- </DIV>
-
- <SCRIPT>
- var show = document.getElementById('show');
- var hide = document.getElementById('hide');
- var versionComment = document.getElementById('versionComment');
-
- function showComment(){
- show.style.display = 'none';
- hide.style.display = 'inline';
- versionComment.style.display = 'block';
- }
-
- function hideComment(){
- show.style.display = 'inline';
- hide.style.display = 'none';
- versionComment.style.display = 'none';
- }
-
- </SCRIPT>
-
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James
Strachan</A> on Jun 09, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=208&originalId=8668">view
change</A>)
+
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=208">edit
page</A>)
</DIV>
Modified: incubator/activemq/site/initial-configuration.html
URL:
http://svn.apache.org/viewvc/incubator/activemq/site/initial-configuration.html?rev=413003&r1=413002&r2=413003&view=diff
==============================================================================
--- incubator/activemq/site/initial-configuration.html (original)
+++ incubator/activemq/site/initial-configuration.html Fri Jun 9 03:39:19 2006
@@ -217,6 +217,7 @@
<LI><A href="wire-protocol.html" title="Wire Protocol">Wire
Protocol</A></LI>
<LI><A href="developer-guide.html" title="Developer Guide">Developer
Guide</A></LI>
<LI><A href="becoming-a-committer.html" title="Becoming a
committer">Becoming a committer</A></LI>
+ <LI><SPAN class="nobr"><A href="http://ci.gbuild.org/continuum/"
title="Visit page outside Confluence" rel="nofollow">GBuild<SUP><IMG
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
<LI><A href="integration-tests.html" title="Integration
Tests">Integration Tests</A></LI>
<LI><A href="activemq-performance-module-users-manual.html"
title="ActiveMQ Performance Module Users Manual">Maven2 Performance
Plugin</A></LI>
<LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark
Tests</A></LI>