[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-19 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772248#comment-13772248 ] Timothy Bish commented on AMQ-4710: --- Not sure this fix is really the way to go, on a busy

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-12 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13765545#comment-13765545 ] Paul Gale commented on AMQ-4710: Any movement on this? I'd like to know whether this patch i

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-09 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761912#comment-13761912 ] Paul Gale commented on AMQ-4710: Just realized I should have used a StompConnection object i

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-05 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759227#comment-13759227 ] Paul Gale commented on AMQ-4710: I have modified my last patch. The latest has been attached

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-04 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758353#comment-13758353 ] Paul Gale commented on AMQ-4710: >Sending a frame is sending data on the wire so the send of

Re: [jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-03 Thread Paul Gale
Also, where are the existing unit tests in this area that should be extended or modified? As far as I can see it appears that this inactivity code has not been tested. On Tue, Sep 3, 2013 at 7:21 PM, Paul Gale wrote: > This change won't work anyways. > > How do you propose one unit test multi-t

Re: [jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-03 Thread Paul Gale
This change won't work anyways. How do you propose one unit test multi-threaded code in a repeatable manner in Java? :) Examples and guidance much appreciated. On Tue, Sep 3, 2013 at 6:55 PM, Timothy Bish (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlass

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-03 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757189#comment-13757189 ] Paul Gale commented on AMQ-4710: I believe the fix for this condition is as follows. I've te

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-03 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757200#comment-13757200 ] Timothy Bish commented on AMQ-4710: --- You'd need to submit the change as a patch, can't tel

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-03 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757072#comment-13757072 ] Paul Gale commented on AMQ-4710: This problem doesn't just happen on startup. I've been ab

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-03 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757082#comment-13757082 ] Timothy Bish commented on AMQ-4710: --- Sending a frame is sending data on the wire so the se