[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-541) If the first opened connections is closed, Remoting Lease doesn't work any more

Clebert Suconic (JIRA) jira-events at jboss.com
Fri Sep 15 11:58:35 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBMESSAGING-541?page=all ]

Clebert Suconic updated JBMESSAGING-541:
----------------------------------------

    Assignee: Tom  Elrod  (was: Clebert Suconic)

Tom, this is a remoting but (the same one associated with this issue).


> If the first opened connections is closed, Remoting Lease doesn't work any more
> -------------------------------------------------------------------------------
>
>                 Key: JBMESSAGING-541
>                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-541
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.0.1.CR4
>            Reporter: Clebert Suconic
>         Assigned To: Tom  Elrod
>            Priority: Critical
>             Fix For: 1.0.1.CR5
>
>          Time Spent: 1 day, 6 hours
>  Remaining Estimate: 0 minutes
>
> IF you create two connections, and close the first one, like the following test, Lease doesn't work any more:
> 	      conn1 = cf.createConnection();
> 	      conn1.setClientID("test1");
> 	      conn1.start();
> 	      conn2 = cf.createConnection();
> 	      conn2.setClientID("test2");
> 	      conn2.start();
> 	      conn1.close();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list