We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b18b17 + cf5fbb5 commit c84b339Copy full SHA for c84b339
src/com/rabbitmq/client/ConnectionFactory.java
@@ -60,8 +60,8 @@ public class ConnectionFactory implements Cloneable {
60
* zero means no limit */
61
public static final int DEFAULT_FRAME_MAX = 0;
62
/** Default heart-beat interval;
63
- * zero means no heart-beats */
64
- public static final int DEFAULT_HEARTBEAT = 0;
+ * 60 seconds */
+ public static final int DEFAULT_HEARTBEAT = 60;
65
/** The default host */
66
public static final String DEFAULT_HOST = "localhost";
67
/** 'Use the default port' port */
0 commit comments