Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-02 Thread Tim Bain
On Mon, Apr 2, 2018 at 10:35 PM, Rajesh Malla wrote: > 1) consumer -> broker - inactivity monitor closing connections ? > for this connection loss we will apply patch which you provided http > broken. this answer we got. > OK, perfect. > 2) while configuring n/w

Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-02 Thread Rajesh Malla
1) consumer -> broker - inactivity monitor closing connections ? for this connection loss we will apply patch which you provided http broken. this answer we got. 2) while configuring n/w connector do we need to provide any inactivity parameters ? because I have not provided due to

Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-02 Thread Tim Bain
On Mon, Apr 2, 2018, 11:01 AM Rajesh Malla wrote: > hello > > thank you for the link on inactivity monitor, we will apply that patch and > we will verify. > > I have attached link also https://pastebin.com/M9u7TJZB from this I > understand that network connector is not

Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-02 Thread Rajesh Malla
hello thank you for the link on inactivity monitor, we will apply that patch and we will verify. I have attached link also https://pastebin.com/M9u7TJZB from this I understand that network connector is not closing connection b/w host1 & host2. do we need to provide specific parameters while

Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-02 Thread Tim Bain
On Sun, Apr 1, 2018, 11:05 PM Rajesh Malla wrote: > Thank you, actually we searched but not found any bug fix on inactivity > monitor. there is only one bug which is > https://issues.apache.org/jira/browse/AMQ-6877 on http connector with > queue > prefetch 0. this we

Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-01 Thread Rajesh Malla
Thank you, actually we searched but not found any bug fix on inactivity monitor. there is only one bug which is https://issues.apache.org/jira/browse/AMQ-6877 on http connector with queue prefetch 0. this we applied and queue-prefetch is working fine. can you please help us. because in our case

Re: Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-01 Thread Timothy Bish
If using HTTP transport then I recall there might have been a bug fixed for the inactivity and lack of ping commands getting marshaled.  That would probably mean you need to upgrade to a later release though.  Otherwise you'd need to analyze the network traffic and see if a firewall or

Inactivity Monitor - closing connection exactly at given timeout even keepalive true

2018-04-01 Thread Rajesh Malla
Hello We have broker -> client environment. we have set 5 minutes as inactivity monitor timeout. using 5.12.3 version of activemq [ service mix 5.6.0 ] my question is : we have set connecttimeout to 5 minutes and also keepalive as true, still always after 5 minutes channel is closed by