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/11/27 23:00:28 UTC

svn commit: r479780 - in /incubator/activemq/site: activemq-c-clients.html connectivity.html cross-language-clients.html

Author: chirino
Date: Mon Nov 27 14:00:27 2006
New Revision: 479780

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

Modified:
    incubator/activemq/site/activemq-c-clients.html
    incubator/activemq/site/connectivity.html
    incubator/activemq/site/cross-language-clients.html

Modified: incubator/activemq/site/activemq-c-clients.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/activemq-c-clients.html?view=diff&rev=479780&r1=479779&r2=479780
==============================================================================
--- incubator/activemq/site/activemq-c-clients.html (original)
+++ incubator/activemq/site/activemq-c-clients.html Mon Nov 27 14:00:27 2006
@@ -177,8 +177,8 @@
 
 <UL class="alternate" type="square">
 	<LI><A href="web-console.html" title="Web Console">Web Console</A></LI>
-	<LI><A href="jca-container.html" title="JCA Container">JCA Container</A></LI>
 	<LI><A href="hermes-jms.html" title="Hermes Jms">Hermes Jms</A></LI>
+	<LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI>
 	<LI><SPAN class="nobr"><A href="http://jakarta.apache.org/jmeter" title="Visit page outside Confluence" rel="nofollow">JMeter<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>
 </UL>
 
@@ -222,7 +222,6 @@
 <H3><A name="Navigation-Tests"></A>Tests</H3>
 
 <UL class="alternate" type="square">
-	<LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI>
 	<LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI>
 	<LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI>
 	<LI><A href="jmeter-performance-tests.html" title="JMeter Performance Tests">JMeter Performance Tests</A></LI>
@@ -259,7 +258,7 @@
 <TH class="confluenceTh"> Description </TH>
 </TR>
 <TR>
-<TD class="confluenceTd"> ActiveMQ CPP <BR clear="all"> </TD>
+<TD class="confluenceTd"> ActiveMQ-CPP <BR clear="all"> </TD>
 <TD class="confluenceTd"> Uses the CMS API, which is an easy-to-use JMS 1.1-like API.&nbsp; Architecture supports pluggable transport protocols, very much like the ActiveMQ broker, itself.&nbsp; Currently uses the <A href="stomp.html" title="Stomp">Stomp</A> protocol, but work has already begun on adding <A href="openwire.html" title="OpenWire">OpenWire</A> support (should have this soon). </TD>
 </TR>
 <TR>
@@ -268,21 +267,23 @@
 </TR>
 </TBODY></TABLE>
 <P>This page is dedicated to the ActiveMQ CPP client, as the API is probably more natural to those already familiar with JMS.</P>
-<DIV class="panel"><DIV class="panelContent">
-<P><B>NOTE:</B> You can download the ActiveMQ CPP source bundle <A href="download.html" title="Download">here</A></P>
-</DIV></DIV>
 
-<H2><A name="ActiveMQC%2B%2BClients-OverviewofActiveMQCPP"></A><B>Overview of ActiveMQ CPP</B></H2>
+<H2><A name="ActiveMQC%2B%2BClients-ActiveMQCPPNews"></A><B>ActiveMQ-CPP News</B></H2>
 
-<P>In addition to providing a JMS 1.1-like API, ActiveMQ CPP also provides a robust set of classes that support things such as threading, I/O, sockets, etc. You may find many of these classes useful, such as the &quot;synchronized&quot; macro that let&apos;s you use a Java-like synchronization on any object that implements the activemq::concurrent::Synchronizable interface.</P>
+<H3><A name="ActiveMQC%2B%2BClients-ActiveMQCPP1.0isReleased%21"></A>ActiveMQ-CPP 1.0 is Released!</H3>
 
-<P>The latest source code for the ActiveMQ CPP is <SPAN class="nobr"><A href="https://svn.apache.org/repos/asf/incubator/activemq/activemq-cpp/trunk/activemq-cpp/" title="Visit page outside Confluence" rel="nofollow">here<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> Due to changes needed in the Broker the ActiveMQ-cpp client works with the 4.0.2 and above Broker only.</P>
+<P>You can download the ActiveMQ CPP source bundle from the release page <A href="activemq-cpp-10-release.html" title="ActiveMQ CPP 1.0 Release">here</A></P>
+
+<H2><A name="ActiveMQC%2B%2BClients-OverviewofActiveMQCPP"></A><B>Overview of ActiveMQ-CPP</B></H2>
+<P>In addition to providing a JMS 1.1-like API, ActiveMQ-CPP also provides a robust set of classes that support things such as threading, I/O, sockets, etc. You may find many of these classes useful, such as the &quot;synchronized&quot; macro that let&apos;s you use a Java-like synchronization on any object that implements the activemq::concurrent::Synchronizable interface.</P>
+
+<P>The latest source code for the ActiveMQ-CPP is <SPAN class="nobr"><A href="https://svn.apache.org/repos/asf/incubator/activemq/activemq-cpp/trunk/activemq-cpp/" title="Visit page outside Confluence" rel="nofollow">here<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> Due to changes needed in the Broker the ActiveMQ-CPP client works with the 4.0.2 and above Broker only.</P>
 
 <P>Also, check out the <A href="activemq-cpp-roadmap.html" title="ActiveMQ CPP roadmap">ActiveMQ CPP roadmap</A> for the list of features that are planned for future releases.</P>
 
 <H3><A name="ActiveMQC%2B%2BClients-Example"></A>Example</H3>
 
-<P>The following example shows ActiveMQ CPP in action:</P>
+<P>The following example shows ActiveMQ-CPP in action:</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-java">#include &lt;activemq/concurrent/<SPAN class="code-object">Thread</SPAN>.h&gt;
 #include &lt;activemq/concurrent/<SPAN class="code-object">Runnable</SPAN>.h&gt;
@@ -568,7 +569,7 @@
 }</PRE>
 </DIV></DIV>
 
-<H2><A name="ActiveMQC%2B%2BClients-ActiveMQCPPSourceCode%26nbsp%3B"></A>ActiveMQ CPP Source Code&nbsp;</H2>
+<H2><A name="ActiveMQC%2B%2BClients-ActiveMQCPPSourceCode%26nbsp%3B"></A>ActiveMQ-CPP Source Code&nbsp;</H2>
 
 
 <H3><A name="ActiveMQC%2B%2BClients-WebBrowsingofSVN"></A>Web Browsing of SVN</H3>
@@ -597,10 +598,9 @@
 
 <P>The build requires the <B>libuuid</B> library that is part of the e2fsprogs package and is available from <SPAN class="nobr"><A href="http://e2fsprogs.sourceforge.net/" title="Visit page outside Confluence" rel="nofollow">http://e2fsprogs.sourceforge.net/<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> which is not always installed by default.</P>
 
+<H2><A name="ActiveMQC%2B%2BClients-%26nbsp%3BActiveMQCPPDevelopment"></A>&nbsp;ActiveMQ-CPP Development</H2>
 
-<H2><A name="ActiveMQC%2B%2BClients-%26nbsp%3BActiveMQCPPDevelopment"></A>&nbsp;ActiveMQ CPP Development</H2>
-
-<P>Development is continuing on ActiveMQ CPP.&nbsp; See the <A href="activemq-c-development.html" title="ActiveMQ C   Development">development </A>page for insights into what is currently happening. </P></DIV>
+<P>Development is continuing on ActiveMQ-CPP.&nbsp; See the <A href="activemq-c-development.html" title="ActiveMQ C   Development">development </A>page for insights into what is currently happening. </P></DIV>
           
         <!--
           <div class="tabletitle">
@@ -633,8 +633,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=nmittler">Nathan Mittler</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=tabish121">Timothy Bish</A> on Nov 17, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=8971&originalId=15142">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=nmittler">Nathan Mittler</A> on Nov 28, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=8971&originalId=15167">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=8971">edit page</A>)
     </DIV>

Modified: incubator/activemq/site/connectivity.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/connectivity.html?view=diff&rev=479780&r1=479779&r2=479780
==============================================================================
--- incubator/activemq/site/connectivity.html (original)
+++ incubator/activemq/site/connectivity.html Mon Nov 27 14:00:27 2006
@@ -177,8 +177,8 @@
 
 <UL class="alternate" type="square">
 	<LI><A href="web-console.html" title="Web Console">Web Console</A></LI>
-	<LI><A href="jca-container.html" title="JCA Container">JCA Container</A></LI>
 	<LI><A href="hermes-jms.html" title="Hermes Jms">Hermes Jms</A></LI>
+	<LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI>
 	<LI><SPAN class="nobr"><A href="http://jakarta.apache.org/jmeter" title="Visit page outside Confluence" rel="nofollow">JMeter<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>
 </UL>
 
@@ -222,7 +222,6 @@
 <H3><A name="Navigation-Tests"></A>Tests</H3>
 
 <UL class="alternate" type="square">
-	<LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI>
 	<LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI>
 	<LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI>
 	<LI><A href="jmeter-performance-tests.html" title="JMeter Performance Tests">JMeter Performance Tests</A></LI>

Modified: incubator/activemq/site/cross-language-clients.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/cross-language-clients.html?view=diff&rev=479780&r1=479779&r2=479780
==============================================================================
--- incubator/activemq/site/cross-language-clients.html (original)
+++ incubator/activemq/site/cross-language-clients.html Mon Nov 27 14:00:27 2006
@@ -177,8 +177,8 @@
 
 <UL class="alternate" type="square">
 	<LI><A href="web-console.html" title="Web Console">Web Console</A></LI>
-	<LI><A href="jca-container.html" title="JCA Container">JCA Container</A></LI>
 	<LI><A href="hermes-jms.html" title="Hermes Jms">Hermes Jms</A></LI>
+	<LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI>
 	<LI><SPAN class="nobr"><A href="http://jakarta.apache.org/jmeter" title="Visit page outside Confluence" rel="nofollow">JMeter<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>
 </UL>
 
@@ -222,7 +222,6 @@
 <H3><A name="Navigation-Tests"></A>Tests</H3>
 
 <UL class="alternate" type="square">
-	<LI><A href="activemq-performance-module-users-manual.html" title="ActiveMQ Performance Module Users Manual">Maven2 Performance Plugin</A></LI>
 	<LI><A href="integration-tests.html" title="Integration Tests">Integration Tests</A></LI>
 	<LI><A href="benchmark-tests.html" title="Benchmark Tests">Benchmark Tests</A></LI>
 	<LI><A href="jmeter-performance-tests.html" title="JMeter Performance Tests">JMeter Performance Tests</A></LI>