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.
1 parent 7936b29 commit 33eefc5Copy full SHA for 33eefc5
src/com/rabbitmq/client/ConnectionFactory.java
@@ -377,6 +377,8 @@ public int getShutdownTimeout() {
377
378
/**
379
* Set the requested heartbeat timeout. Heartbeat frames will be sent at about 1/2 the timeout interval.
380
+ * If server heartbeat timeout is configured to a non-zero value, this method can only be used
381
+ * to lower the value; otherwise any value provided by the client will be used.
382
* @param requestedHeartbeat the initially requested heartbeat timeout, in seconds; zero for none
383
* @see <a href="http://rabbitmq.com/heartbeats.html">RabbitMQ Heartbeats Guide</a>
384
*/
0 commit comments