I was checking more and found out some source code:
here org/apache/activemq/transport/stomp: 
*
public static final long RECEIVE_TIMEOUT = 10000;

and

stompSocket.setSoTimeout((int)timeOut);
*

What is this timeout, Does it mean broker will close the connection after
10000ms if it does not receive any message (heartbeat) from the client. 

Thanks,
Anuj





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-perl-consumer-ideal-timeout-tp4678538p4678546.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to