Opening a connection after closing a connectoin with the same clientid
sometimes fails
--------------------------------------------------------------------------------------
Key: AMQ-839
URL: https://issues.apache.org/activemq/browse/AMQ-839
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 4.0.1
Environment: Linux Red Hat Enterprise 4
Reporter: Christopher Mihaly
If a client closes a connection, and then fairly quicly tries to open a
connection with the same clientid, this sometimes fails. Apparently, the
connection is not completely closed on the broker when the close on the
connection completes. This allows the client to try to open a conection and
receive a client already connected exception. The close connection should not
return until the connection is actually closed, or at least an attribute on the
collection should allow for setting if you want to wait or not.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira