You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2016/04/04 16:47:25 UTC

[jira] [Resolved] (QPID-6753) Duplicate heartbeat reply

     [ https://issues.apache.org/jira/browse/QPID-6753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy resolved QPID-6753.
------------------------------
    Resolution: Fixed

Implemented fix looks good to me

> Duplicate heartbeat reply
> -------------------------
>
>                 Key: QPID-6753
>                 URL: https://issues.apache.org/jira/browse/QPID-6753
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client
>    Affects Versions: 0.32, qpid-java-6.0
>         Environment: Java 1.7, broker - qpidd (qpid-cpp) version 0.22
>            Reporter: Tomas Vavricka
>            Assignee: Alex Rudyy
>            Priority: Minor
>              Labels: heartbeat
>             Fix For: qpid-java-6.1
>
>
> When default heartbeat interval is in place using connection string below, heartbeat replies twice.
> {quote}
> connectionfactory.connection = amqp://admin:admin@client1/?brokerlist='tcp://server:21415?'
> {quote}
> Broker log:
> {quote}
> 2015-09-24 10:07:10 \[Protocol] trace SENT \[qpid.172.16.153.11:21415-172.16.11.50:57156]: Frame\[BEbe; channel=0; \{ConnectionHeartbeatBody: }]
> 2015-09-24 10:07:10 \[Protocol] trace RECV \[qpid.172.16.153.11:21415-172.16.11.50:57156]: Frame\[BEbe; channel=0; \{ConnectionHeartbeatBody: }]
> 2015-09-24 10:07:10 \[Protocol] trace RECV \[qpid.172.16.153.11:21415-172.16.11.50:57156]: Frame\[BEbe; channel=0; \{ConnectionHeartbeatBody: }]
> {quote}
> Qpid client log:
> {quote}
> 2015-09-24 10:07:10 +0200 DEBUG org.apache.qpid.transport.Connection - RECV: \[conn:2ac7b3a3] ch=0 ConnectionHeartbeat()
> 2015-09-24 10:07:10 +0200 DEBUG org.apache.qpid.transport.Connection - SEND: \[conn:2ac7b3a3] ch=0 ConnectionHeartbeat()
> 2015-09-24 10:07:10 +0200 DEBUG org.apache.qpid.transport.Connection - FLUSH: \[conn:2ac7b3a3]
> 2015-09-24 10:07:10 +0200 DEBUG org.apache.qpid.transport.Connection - SEND: \[conn:2ac7b3a3] ch=0 ConnectionHeartbeat()
> 2015-09-24 10:07:10 +0200 DEBUG org.apache.qpid.transport.Connection - FLUSH: \[conn:2ac7b3a3]
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org