Ken Giusti created QPID-5538:
--------------------------------
Summary: [amqp1.0] Qpidd does not generate keep-alive frames for
peers using idle timeout.
Key: QPID-5538
URL: https://issues.apache.org/jira/browse/QPID-5538
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.26
Reporter: Ken Giusti
Fix For: 0.27
When establishing an AMQP 1.0 connection, an endpoint may elect to use an idle
link timeout. This timeout is advertised to the peer in the Open frame.
The recipient of the advertised timeout should either:
1) Close the connection if the idle timeout cannot be honored, or
2) guarantee it will generate traffic frequently enough to prevent the peer
from timing out simply because there is no data to transfer.
Currently, qpidd does neither - it simply ignores the timeout. This will cause
the peer to incorrectly drop the link should no data become available on the
broker within the advertised idle time.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]