[ 
https://issues.apache.org/jira/browse/QPID-6753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223396#comment-15223396
 ] 

ASF subversion and git services commented on QPID-6753:
-------------------------------------------------------

Commit 1737596 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1737596 ]

QPID-6753: [Java Client/Broker] AMQP 0-10 Prevent duplicate heartbeat frame 
from being sent to peer

> 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
>            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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to