Re: ActiveMQ perl consumer ideal timeout

2014-03-05 Thread Erik S. Peterson
Sorry to hijack this thread, but after several attempts, unsubscribe from this list continues to fail. Please unsubscribe my email from this list. On Mar 5, 2014, at 4:07 PM, Erik S. Peterson wrote: > Sorry to hijack this thread, but after several attempts, unsubscribe from > this list continue

Re: ActiveMQ perl consumer ideal timeout

2014-03-05 Thread Erik S. Peterson
Sorry to hijack this thread, but after several attempts, unsubscribe from this list continues to fail. Please unsubscribe my email from this list. On Mar 5, 2014, at 2:03 AM, khandelwalanuj wrote: > Hi, > > I am using Net::STOMP:CLIENT perl module and trying to connect my consumer > to the bro

Re: ActiveMQ perl consumer ideal timeout

2014-03-05 Thread khandelwalanuj
I was checking more and found out some source code: here org/apache/activemq/transport/stomp: * public static final long RECEIVE_TIMEOUT = 1; and stompSocket.setSoTimeout((int)timeOut); * What is this timeout, Does it mean broker will close the connection after 1ms if it does not receiv