Author: jstrachan
Date: Tue Jun 27 07:34:37 2006
New Revision: 417475

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

Modified:
    incubator/activemq/site/general.html
    incubator/activemq/site/how-does-activemq-compare-to-amqp.html

Modified: incubator/activemq/site/general.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/general.html?rev=417475&r1=417474&r2=417475&view=diff
==============================================================================
--- incubator/activemq/site/general.html (original)
+++ incubator/activemq/site/general.html Tue Jun 27 07:34:37 2006
@@ -261,10 +261,10 @@
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a 
href="http://goopen.org/confluence/display/ACTIVEMQ/How+does+ActiveMQ+compare+to+AMQP";
 title="How does ActiveMQ compare to AMQP">How does ActiveMQ compare to AMQP</a>
+                                      <a 
href="http://goopen.org/confluence/display/ACTIVEMQ/How+does+ActiveMQ+compare+to+Mantaray";
 title="How does ActiveMQ compare to Mantaray">How does ActiveMQ compare to 
Mantaray</a>
               <span class="smalltext">(ActiveMQ)</span>
               <br>
-                          <a 
href="http://goopen.org/confluence/display/ACTIVEMQ/How+does+ActiveMQ+compare+to+Mantaray";
 title="How does ActiveMQ compare to Mantaray">How does ActiveMQ compare to 
Mantaray</a>
+                          <a 
href="http://goopen.org/confluence/display/ACTIVEMQ/How+does+ActiveMQ+compare+to+AMQP";
 title="How does ActiveMQ compare to AMQP">How does ActiveMQ compare to AMQP</a>
               <span class="smalltext">(ActiveMQ)</span>
               <br>
                           <a 
href="http://goopen.org/confluence/display/ACTIVEMQ/How+does+the+website+work"; 
title="How does the website work">How does the website work</a>

Modified: incubator/activemq/site/how-does-activemq-compare-to-amqp.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/how-does-activemq-compare-to-amqp.html?rev=417475&r1=417474&r2=417475&view=diff
==============================================================================
--- incubator/activemq/site/how-does-activemq-compare-to-amqp.html (original)
+++ incubator/activemq/site/how-does-activemq-compare-to-amqp.html Tue Jun 27 
07:34:37 2006
@@ -245,9 +245,20 @@
 <!--          
             <div class="pagetitle">How does ActiveMQ compare to AMQP</div>
 -->
-            <DIV class="wiki-content"><P>AMQP standards for the <EM>Advanced 
Message Queue Protocol</EM> and is a specification for how messaging clients 
and brokers can interoperate.</P>
+            <DIV class="wiki-content"><P>AMQP standards for the <EM>Advanced 
Message Queue Protocol</EM> and is a specification for how messaging clients 
and brokers can interoperate. AMQ Protocol is a wire-level protocol for 
message-oriented middleware (MOM). It is not a full messaging system like 
ActiveMQ, though some messaging providers may suppport it in the near 
future.</P>
 
-<P>Apache ActiveMQ is a high performance open source message broker which 
supports multiple protocols like <A href="openwire.html" 
title="OpenWire">OpenWire</A>, <A href="stomp.html" title="Stomp">Stomp</A>, <A 
href="rest.html" title="REST">REST</A>, <A href="ajax.html" 
title="Ajax">Ajax</A> and <A href="ws-notification.html" title="WS 
Notification">WS Notification</A>. ActiveMQ <EM>may</EM> at some point in the 
future support AMQP as well.</P></DIV>
+<P>Apache ActiveMQ is a high performance open source message broker which 
supports multiple protocols like <A href="openwire.html" 
title="OpenWire">OpenWire</A>, <A href="stomp.html" title="Stomp">Stomp</A>, <A 
href="rest.html" title="REST">REST</A>, <A href="ajax.html" 
title="Ajax">Ajax</A> and <A href="ws-notification.html" title="WS 
Notification">WS Notification</A>. ActiveMQ <EM>may</EM> at some point in the 
future support AMQP as well.</P>
+
+<P><INS>Comparing ActiveMQ and AMQP</INS><BR>
+As a protocol, AMQP is much more similar the 2 open wire protocols that 
ActiveMQ supports:</P>
+
+<UL>
+       <LI><A href="openwire.html" title="OpenWire">OpenWire</A>, a fast 
binary (&amp; somewhat harder to implement) format</LI>
+       <LI><A href="stomp.html" title="Stomp">Stomp</A>, a simple and easily 
implemented text based-protocol</LI>
+</UL>
+
+
+<P>Through these protocols, ActiveMQ can support clients in C, C++, C#, Ruby, 
Python, Perl, PHP, Pike etc. AMQP is most similar to OpenWire, because both 
protocols are designed for high performance, using a binary (rather than 
text-based) format. As a text-based format, STOMP is much easier to implement, 
but gives slower performance.</P></DIV>
           
                   </DIV>
         </TD>
@@ -257,8 +268,9 @@
     </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 Jun 27, 2006
-                  
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=rpetersen";>Rich
 Petersen</A> on Jun 27, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8886&originalId=8889";>view
 change</A>)
+              
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=8886";>edit 
page</A>)
     </DIV>
 


Reply via email to