[
https://issues.apache.org/jira/browse/QPID-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aidan Skinner resolved QPID-2106.
---------------------------------
Resolution: Fixed
> Broker viciously closes connections when a client is asked to close a channel
> -----------------------------------------------------------------------------
>
> Key: QPID-2106
> URL: https://issues.apache.org/jira/browse/QPID-2106
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: 0.6
> Reporter: Aidan Skinner
> Assignee: Aidan Skinner
> Fix For: 0.6
>
>
> The broker will basically always close a connection when it's asked a channel
> to close since it issues the ChannelClose and then will close the connection
> if the next frame it recieves on that channel is not ChannelCloseOk. It's
> quite likely that there will be frames that it has not processed that the
> client sent before the broker issues ChannelClose, it will immediately shut
> the connection. A better thing to do is to ignore incoming frames that aren't
> ChannelCloseOk and close the connection only if it hasn't been removed for a
> while.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]