Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add deprecation warning
Info

This page applies to Java Broker versions before 0.22. For up to date details of how to enable heartbeating from the Qpid JMS clients, refer to the JMS client documentation

AMQP Heartbeating

Heartbeating at the AMQP protocol level works by sending a small "heartbeat" frame whenever the (half-)connection is idle... That it each peer is responsible for sending a heartbeat frame if it has not sent other data for a given period of time.

...

If the heartbeat interval is not explicitly set on the client then the default interval from the broker is taken, this is set in the config.xml file, e.g. in the default config:

No Format

<heartbeat>
<delay>0</delay>
...
</heartbeat>

...