From d7a0b275db74b4c1d3b5d054a4d221e026cf77b0 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Tue, 20 Nov 2007 13:41:05 +0000 Subject: Removed exception thrown by setClientID git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@596660 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/src/main/java/org/apache/qpid/client/AMQConnection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java b/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java index f1318f0f48..af486f9dca 100644 --- a/java/client/src/main/java/org/apache/qpid/client/AMQConnection.java +++ b/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 -- cgit v1.2.1