From ec12054838685c9a8acbe6e60a742628fb92c4ed Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 25 Aug 2009 20:58:01 +0000 Subject: Added help text for exchange types git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807802 13f79535-47bb-0310-9956-ffa450edef68 --- python/commands/qpid-config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python/commands') diff --git a/python/commands/qpid-config b/python/commands/qpid-config index a10753f011..4cf9505c58 100755 --- a/python/commands/qpid-config +++ b/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 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" -- cgit v1.2.1