summaryrefslogtreecommitdiff
path: root/qpid
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2007-08-16 08:24:58 +0000
committerArnaud Simon <arnaudsimon@apache.org>2007-08-16 08:24:58 +0000
commitf2cdb92da2b21155893cc0c8dcf07131a80eca61 (patch)
treee7d2920c70abab0b1c894e2f46429861e0874be0 /qpid
parent442f7bbfd1eb8e937c884f33e7118db1477c71fb (diff)
downloadqpid-python-f2cdb92da2b21155893cc0c8dcf07131a80eca61.tar.gz
updated javadoc
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@566548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java b/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java
index 1de6ce7aaa..42f03acc7a 100644
--- a/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java
+++ b/qpid/java/client/src/main/java/org/apache/qpidity/client/Session.java
@@ -568,7 +568,7 @@ public interface Session
* @param type Each exchange belongs to one of a set of exchange types implemented by the server. The
* exchange types define the functionality of the exchange - i.e. how messages are routed
* through it. It is not valid or meaningful to attempt to change the type of an existing
- * exchange.
+ * exchange. Default exchange types are: direct, topic, headers and fanout.
* @param alternateExchange In the event that a message cannot be routed, this is the name of the exchange to which
* the message will be sent.
* @param options Set of options (valid options are: {@link Option#AUTO_DELETE}, {@link Option#DURABLE},