You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/12/27 14:52:59 UTC

[qpid-broker-j] branch 7.1.x updated: QPID-8392 : Remove docs references to outdated DLQ configuration

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new c043cec  QPID-8392 : Remove docs references to outdated DLQ configuration
c043cec is described below

commit c043cec46e91642fbcf69cc01150a776e94acda0
Author: rgodfrey <rg...@apache.org>
AuthorDate: Mon Dec 23 15:40:39 2019 +0100

    QPID-8392 : Remove docs references to outdated DLQ configuration
    
    (cherry picked from commit 4a9a435fa6a5ebd01935ff68d692e164f85d94c5)
---
 .../apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java | 4 ++--
 .../java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java    | 4 ++--
 .../docbkx/Java-Broker-Appendix-Queue-Declaration-Arguments.xml  | 9 ---------
 .../src/docbkx/Java-Broker-Appendix-System-Properties.xml        | 6 ------
 4 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java b/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java
index da95578..97fceb2 100644
--- a/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java
+++ b/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerSessionDelegate.java
@@ -959,7 +959,7 @@ public class ServerSessionDelegate extends MethodDelegate<ServerSession> impleme
                     exception(session,
                               method,
                               ExecutionErrorCode.NOT_FOUND,
-                              String.format("Unknown alternate exchange '%s'", e.getAlternateBindingName()));
+                              String.format("Unknown alternate destination '%s'", e.getAlternateBindingName()));
                 }
                 catch(NoFactoryForTypeException e)
                 {
@@ -1658,7 +1658,7 @@ public class ServerSessionDelegate extends MethodDelegate<ServerSession> impleme
                 exception(session,
                           method,
                           ExecutionErrorCode.NOT_FOUND,
-                          String.format("Unknown alternate exchange '%s'", e.getAlternateBindingName()));
+                          String.format("Unknown alternate destination '%s'", e.getAlternateBindingName()));
             }
             catch (IllegalArgumentException | IllegalConfigurationException e)
             {
diff --git a/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java b/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
index 152e919..4c4ebd2 100644
--- a/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
+++ b/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
@@ -2701,7 +2701,7 @@ public class AMQChannel extends AbstractAMQPSession<AMQChannel, ConsumerTarget_0
                 }
                 catch (UnknownAlternateBindingException e)
                 {
-                    final String message = String.format("Unknown alternate exchange '%s'", e.getAlternateBindingName());
+                    final String message = String.format("Unknown alternate destination '%s'", e.getAlternateBindingName());
                     _connection.sendConnectionClose(ErrorCodes.NOT_FOUND, message, getChannelId());
 
                 }
@@ -3155,7 +3155,7 @@ public class AMQChannel extends AbstractAMQPSession<AMQChannel, ConsumerTarget_0
             }
             catch (UnknownAlternateBindingException e)
             {
-                final String message = String.format("Unknown alternate exchange: '%s'", e.getAlternateBindingName());
+                final String message = String.format("Unknown alternate destination: '%s'", e.getAlternateBindingName());
                 _connection.sendConnectionClose(ErrorCodes.NOT_FOUND, message, getChannelId());
             }
             catch (IllegalArgumentException | IllegalConfigurationException e)
diff --git a/doc/java-broker/src/docbkx/Java-Broker-Appendix-Queue-Declaration-Arguments.xml b/doc/java-broker/src/docbkx/Java-Broker-Appendix-Queue-Declaration-Arguments.xml
index 78ff31d..a36165a 100644
--- a/doc/java-broker/src/docbkx/Java-Broker-Appendix-Queue-Declaration-Arguments.xml
+++ b/doc/java-broker/src/docbkx/Java-Broker-Appendix-Queue-Declaration-Arguments.xml
@@ -161,15 +161,6 @@ my-queue; {create: always, node: {x-declare: {arguments:{'x-qpid-capacity': 1024
                         <para>Specifies this queue's maximum delivery count.</para>
                     </entry>
                 </row>
-                <row xml:id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-DLQ-Enabled">
-                    <entry>
-                        <para>x-qpid-dlq-enabled</para>
-                    </entry>
-                    <entry>
-                        <para>If set <literal>true</literal>, a dead letter queue will be automatically created
-                        and assigned as this queue's <literal>alternateBinding</literal>.</para>
-                    </entry>
-                </row>
             </tbody>
         </tgroup>
     </table>
diff --git a/doc/java-broker/src/docbkx/Java-Broker-Appendix-System-Properties.xml b/doc/java-broker/src/docbkx/Java-Broker-Appendix-System-Properties.xml
index 561061d..9929dbf 100644
--- a/doc/java-broker/src/docbkx/Java-Broker-Appendix-System-Properties.xml
+++ b/doc/java-broker/src/docbkx/Java-Broker-Appendix-System-Properties.xml
@@ -43,12 +43,6 @@
           <entry>Factor to determine the maximum length of that may elapse between heartbeats being
             received from the peer before a connection is deemed to have been broken.</entry>
         </row>
-        <row xml:id="Java-Broker-Appendix-System-Properties-Broker-Dead-Letter-Queue-Suffix">
-          <entry>qpid.broker_dead_letter_queue_suffix</entry>
-          <entry>_DLQ</entry>
-          <entry>Used with the <xref linkend="Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Letter-Queues"/>
-            feature. Governs the suffix used when generating a name for a Dead Letter Queue.</entry>
-        </row>
         <row xml:id="Java-Broker-Appendix-System-Properties-Broker-Status-Updates">
           <entry>qpid.broker_status_updates</entry>
           <entry>true</entry>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org