summaryrefslogtreecommitdiff
path: root/qpid/java/client
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2007-11-20 13:41:05 +0000
committerArnaud Simon <arnaudsimon@apache.org>2007-11-20 13:41:05 +0000
commit5d7bf796007d1c412b74d38814257d1e587fafdc (patch)
tree7a881a4ef21ff6d365d7d8469a83425d95e8d4f4 /qpid/java/client
parent6ae6f0f91fc08304375faf4485646b61661c44eb (diff)
downloadqpid-python-5d7bf796007d1c412b74d38814257d1e587fafdc.tar.gz
Removed exception thrown by setClientID
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@596660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
-rw-r--r--qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java
index f1318f0f48..af486f9dca 100644
--- a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java
+++ b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java
@@ -580,7 +580,7 @@ public class AMQConnection extends Closeable implements Connection, QueueConnect
// in AMQP it is not possible to change the client ID. If one is not specified
// upon connection construction, an id is generated automatically. Therefore
// we can always throw an exception.
- throw new IllegalStateException("Client name cannot be changed after being set");
+ // throw new IllegalStateException("Client name cannot be changed after being set");
}
public ConnectionMetaData getMetaData() throws JMSException