You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2010/01/21 00:52:54 UTC

[jira] Created: (QPID-2350) Have a consistent mechanism for handling heartbeats in Java client

Have a consistent mechanism for handling heartbeats in Java client
------------------------------------------------------------------

                 Key: QPID-2350
                 URL: https://issues.apache.org/jira/browse/QPID-2350
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: 0.5
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
             Fix For: 0.7


Currently the JMS Client has two different properties for handling heartbeats in 0-10 and 0-8/0-9 clients.
One property is in secs, while the other is in milisecs.
This has led to misunderstanding and a few users have complained about this.

QPID-2343 introduces a mechanism to provide a consistent naming convention while supporting old prop names.
This JIRA hopes to leverage that mechanism to fix this issue.

-- 
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:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2350) Have a consistent mechanism for handling heartbeats in Java client

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803293#action_12803293 ] 

Rajith Attapattu commented on QPID-2350:
----------------------------------------

In rev 901000 in Qpid trunk, I have already modified the Sender interface to take an int instead of long as the heartbeat value is expressed as int at the protocol level.
In rev 901448 I added two the new property names for heartbeat.
In rev 901506 I added a mechanism to handle both idle_timeout and qpid.heartbeat/heartbeat properties from the Connection URL and System properties.
Once QPID-2350 is completed I will update the 0-8/0-9 code path to also use the new heartbeat property


> Have a consistent mechanism for handling heartbeats in Java client
> ------------------------------------------------------------------
>
>                 Key: QPID-2350
>                 URL: https://issues.apache.org/jira/browse/QPID-2350
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Client
>    Affects Versions: 0.5
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: 0.7
>
>
> Currently the JMS Client has two different properties for handling heartbeats in 0-10 and 0-8/0-9 clients.
> One property is in secs, while the other is in milisecs.
> This has led to misunderstanding and a few users have complained about this.
> QPID-2343 introduces a mechanism to provide a consistent naming convention while supporting old prop names.
> This JIRA hopes to leverage that mechanism to fix this issue.

-- 
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:dev-subscribe@qpid.apache.org