You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2015/03/10 23:19:13 UTC

qpid-jms git commit: Remove TODO now that this has been figured out.

Repository: qpid-jms
Updated Branches:
  refs/heads/master f138997bf -> 802edcf3d


Remove TODO now that this has been figured out. 

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/802edcf3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/802edcf3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/802edcf3

Branch: refs/heads/master
Commit: 802edcf3da09ac024d02b517dc8e7e66fba6272e
Parents: f138997
Author: Timothy Bish <ta...@gmail.com>
Authored: Tue Mar 10 18:19:08 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Tue Mar 10 18:19:08 2015 -0400

----------------------------------------------------------------------
 .../org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java  | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/802edcf3/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
index 9208a42..204f6fe 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpAbstractResource.java
@@ -269,10 +269,6 @@ public abstract class AmqpAbstractResource<R extends JmsResource, E extends Endp
 
     @Override
     public void processRemoteOpen(AmqpProvider provider) throws IOException {
-        // TODO: We need a way to tell that the remote end is going to close
-        //       the resource immediately after this due to some error that
-        //       prevents the connection from opening.  (duplicate client ID etc)
-
         doOpenCompletion();
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org