History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-807
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Hiram Chirino
Reporter: Hiram Chirino
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

JMS connections using the http:// protocol may not detect connections failures correctly.

Created: 11/Jul/06 04:08 AM   Updated: 11/Jul/06 04:11 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.1.0, 4.0.2

Time Tracking:
Not Specified


 Description  « Hide
If for example the broker is restarted, the broker will not inform a client using the broker again that it's connection state is gone.
Also the client would startup a background poll thread before its' connection was established. This cause it to go into a busy loop hiting the server and the server sending back clientID not specified error messages until the ConnectionInfo was sent to the broker.

 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Hiram Chirino - 11/Jul/06 04:11 AM
fixed.