You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2009/06/04 16:40:28 UTC

svn commit: r781757 - /qpid/trunk/qpid/python/commands/qpid-config

Author: rajith
Date: Thu Jun  4 14:40:28 2009
New Revision: 781757

URL: http://svn.apache.org/viewvc?rev=781757&view=rev
Log:
This is related QPID-1890
I updated the help to reflect the change of exchange add option form aletern-ex to --alternate-exchange

Modified:
    qpid/trunk/qpid/python/commands/qpid-config

Modified: qpid/trunk/qpid/python/commands/qpid-config
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/commands/qpid-config?rev=781757&r1=781756&r2=781757&view=diff
==============================================================================
--- qpid/trunk/qpid/python/commands/qpid-config (original)
+++ qpid/trunk/qpid/python/commands/qpid-config Thu Jun  4 14:40:28 2009
@@ -109,20 +109,20 @@
     print "    --force-if-used       Force delete of queue even if it's currently used"
     print
     print "Add Exchange Options:"
-    print "    --altern-ex [name of the alternate exchange]"
-    print "                 In the event that a message cannot be routed, this is the name of the exchange to"
-    print "                 which the message will be sent. Messages transferred using message.transfer will"
-    print "                 be routed to the alternate-exchange only if they are sent with the \"none\""
-    print "                 accept-mode, and the discard-unroutable delivery property is set to false, and"
-    print "                 there is no queue to route to for the given message according to the bindings"
-    print "                 on this exchange."
-    print "    --passive    Do not actually change teh broker state (exchange will not be created)"
-    print "    --durable    Exchange is durable"
-    print "    --sequence   Exchange will insert a 'qpid.msg_sequence' field in the message header"
-    print "                 with a value that increments for each message forwarded."
-    print "    --ive        Exchange will behave as an 'initial-value-exchange', keeping a reference"
-    print "                 to the last message forwarded and enqueuing that message to newly bound"
-    print "                 queues."
+    print "    --alternate-exchange [name of the alternate exchange]"
+    print "                         In the event that a message cannot be routed, this is the name of the exchange to"
+    print "                         which the message will be sent. Messages transferred using message.transfer will"
+    print "                         be routed to the alternate-exchange only if they are sent with the \"none\""
+    print "                         accept-mode, and the discard-unroutable delivery property is set to false, and"
+    print "                         there is no queue to route to for the given message according to the bindings"
+    print "                         on this exchange."
+    print "    --passive            Do not actually change teh broker state (exchange will not be created)"
+    print "    --durable            Exchange is durable"
+    print "    --sequence           Exchange will insert a 'qpid.msg_sequence' field in the message header"
+    print "                         with a value that increments for each message forwarded."
+    print "    --ive                Exchange will behave as an 'initial-value-exchange', keeping a reference"
+    print "                         to the last message forwarded and enqueuing that message to newly bound"
+    print "                         queues."
     print
     sys.exit (1)
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org