Просмотр исходного кода

[REVIEW] Update Zend_Queue documentation to reference ActiveMQ and not ApacheMQ

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17240 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 лет назад
Родитель
Сommit
2759ce376f

+ 5 - 5
documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

@@ -12,7 +12,7 @@
     <itemizedlist>
         <listitem>
             <para>
-                <ulink url="http://activemq.apache.org/">ApacheMQ</ulink>.
+                <ulink url="http://activemq.apache.org/">Apache ActiveMQ</ulink>.
             </para>
         </listitem>
 
@@ -60,8 +60,8 @@
             required.
         </para>
 
-        <sect3 id="zend.queue.adapters.configuration.Apachemq">
-            <title>ApacheMQ - Zend_Queue_Adapter_Apachemq</title>
+        <sect3 id="zend.queue.adapters.configuration.activemq">
+            <title>Apache ActiveMQ - Zend_Queue_Adapter_Activemq</title>
 
             <para>
                 Options here listed here are known requirements. Not all
@@ -333,11 +333,11 @@ $queue = Zend_Queue::factory('Db', $options);
         <para>The following adapters have notes:</para>
 
         <sect3 id="zend.queue.adapters.notes.activemq">
-            <title>ActiveMQ</title>
+            <title>Apache ActiveMQ</title>
 
             <para>
                 Visibility duration for
-                <classname>Zend_Queue_Adapter_ActiveMQ</classname> is not
+                <classname>Zend_Queue_Adapter_Activemq</classname> is not
                 available.
             </para>
 

+ 1 - 1
documentation/manual/en/module_specs/Zend_Queue-Stomp.xml

@@ -6,7 +6,7 @@
     <para>
         <classname>Zend_Queue_Stomp</classname> provides a basic client to
         communicate with <ulink url="http://stomp.codehaus.org/">Stomp</ulink>
-        compatible servers. Some servers, such as ApacheMQ and RabbitMQ, will
+        compatible servers. Some servers, such as Apache ActiveMQ and RabbitMQ, will
         allow you to communicate by other methods, such as <acronym>HTTP</acronym>,
         and <acronym>XMPP</acronym>.
     </para>