[jboss-jira] [JBoss JIRA] Reopened: (JBMESSAGING-1421) QueueImpl::consumer is not cleared when the socket is closed
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Tue Mar 3 12:00:23 EST 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil reopened JBMESSAGING-1421:
--------------------------------------
the QUIT commit was reverted: the fix was not correct, it was possible that the QUIT message was sent from the client but never receives by the server before the connection was destroyed.
We need to rethink the solution for this
> QueueImpl::consumer is not cleared when the socket is closed
> ------------------------------------------------------------
>
> Key: JBMESSAGING-1421
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1421
> Project: JBoss Messaging
> Issue Type: Bug
> Reporter: Clebert Suconic
> Assignee: Jeff Mesnil
> Fix For: 2.0.0 Beta
>
>
> When the client socket is closed, RemotingServiceImpl::connectionDestroyed is called but nothing is activing the FailureListeners on Server Side, as a result when a client created a consumer, the consumer will stay forever on QueueImpl.
> Look at the forum thread for more details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list