summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-08-25 20:58:01 +0000
committerTed Ross <tross@apache.org>2009-08-25 20:58:01 +0000
commit90528f148416336926348ef1db2c0c3ba304f5f8 (patch)
tree19dae1912c3142275bdfe30fe6c0a023047955d8 /qpid/python
parentcac554c22bc00fc2d1c2fab2e55a93406721e65a (diff)
downloadqpid-python-90528f148416336926348ef1db2c0c3ba304f5f8.tar.gz
Added help text for exchange types
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rwxr-xr-xqpid/python/commands/qpid-config6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config
index a10753f011..4cf9505c58 100755
--- a/qpid/python/commands/qpid-config
+++ b/qpid/python/commands/qpid-config
@@ -110,6 +110,12 @@ def Usage ():
print " --force-if-not-empty Force delete of queue even if it's not empty"
print " --force-if-used Force delete of queue even if it's currently used"
print
+ print "Add Exchange <type> values:"
+ print " direct Direct exchange for point-to-point communication"
+ print " fanout Fanout exchange for broadcast communication"
+ print " topic Topic exchange that routes messages using binding keys with wildcards"
+ print " headers Headers exchange that matches header fields against the binding keys"
+ print
print "Add Exchange Options:"
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"