Author: jstrachan
Date: Tue Jun 27 07:39:36 2006
New Revision: 417477

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

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

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=417477&r1=417476&r2=417477&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:39:36 2006
@@ -253,12 +253,12 @@
 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="openwire.html" title="OpenWire">OpenWire</A>, a fast 
binary 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>
+<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 
OpenWire and AMQP are designed for high performance messaging, through a binary 
(rather than text-based) format. As a text-based format, STOMP is much easier 
to implement, but gives somewhat slower performance.</P></DIV>
           
                   </DIV>
         </TD>
@@ -269,7 +269,7 @@
     <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=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>)
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8886&originalId=8890";>view
 change</A>)
               
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=8886";>edit 
page</A>)
     </DIV>


Reply via email to