Re: Inactivity Monitor Forces bridge to shutdown

2019-06-12 Thread Vinod
Hi,, Did you find any solution to the issue mentioned? Kindly let me know if you have. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

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 <mallara...@gmail.com> 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. >

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

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 <mallara...@gmail.com> 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 > unders

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 w

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 <mallara...@gmail.com> 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 >

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
or something is capturing the keepAlive commands. On 04/01/2018 12:02 PM, Rajesh Malla wrote: 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 minu

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 clo

Inactivity Monitor Forces bridge to shutdown

2017-09-27 Thread rockies
Hi We have setup two brokers in network of brokers config in version 5.15.0 Its a simple config that has: 2017-09-27 13:08:52,029 | INFO | Waited 2.000 seconds for ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down,

Re: How to change debug level of CLIENT applications ( inactivity Monitor logging)

2017-03-23 Thread Tim Bain
In a client application, ActiveMQ is just one JAR (or several) that's part of a much larger whole. The client application establishes how logging will be done, and ActiveMQ plays by those rules. Since you're seeing ActiveMQ content in the client logs, this is already working, and your job is to

How to change debug level of CLIENT applications ( inactivity Monitor logging)

2017-03-23 Thread Francesco Furfari
Hello, I searched in the documentation and archives how to change logging for client applications but any my attempt doesn't work. I use activemq 5.14.3 and my IDE is eclipse neon. The problem is that I would like to remove debug info produced by: InactivityMonitor Worker, WriteCheckTimer

How to change debug level of CLIENT applications ( inactivity Monitor logging)

2017-03-23 Thread Francesco Furfari
Hello, I searched in the documentation and archives how to change logging for client applications but any my attempt doesn't work. I use activemq 5.14.3 and my IDE is eclipse neon. The problem is that I would like to remove debug info produced by: InactivityMonitor Worker, WriteCheckTimer

Re: Inactivity Monitor

2014-01-02 Thread xbhanu
seconds ? Thanks, Bhanu -- View this message in context: http://activemq.2283324.n4.nabble.com/Inactivity-Monitor-tp4672969p4675926.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Inactivity Monitor

2014-01-02 Thread Prashant
and Client side. quot;xbhanu [via ActiveMQ]quot; lt;ml-node+s2283324n4675926...@n4.nabble.comgt; 01/02/2014 05:17 PM To Prashant Kumar41/India/IBM@IBMIN, cc Subject Re: Inactivity Monitor So, I were to increase it this would require me to specify maxInactivityDuration

Re: Inactivity Monitor

2013-10-18 Thread Gary Tully
that would disable it, by the same logic that calculates the minimum both ends would see 0 and disable. On 18 October 2013 08:05, Prashant prash...@in.ibm.com wrote: If we disable Inactivity Monitor from broker side by adding maxInactivityMonitor=0 parameter in broker's transport connector URL

Re: ActiveMQ Inactivity Monitor

2013-04-29 Thread pp123
time inactivity monitor should check for clients and it should disconnect all clients which are not sending pingRequest. Source: http://activemq.apache.org/mqtt.html . But this is not happening as Broker is holding connection for more time .Inactivity monitor is closing the connection sometimes

Re: ActiveMQ Inactivity Monitor

2012-09-06 Thread Gary Tully
If a client or broker abnormally dies, without the inactivity monitor you are dependent on OS level timeouts to notice the absence of network activity. So OS level tcp/ip settings for read timeouts etc. Essentially you get half closed sockets so the other end is in the dark. But the OS has options

Re: inactivity monitor hangs tomcat shutdown

2009-06-24 Thread David Durham
http://issues.apache.org/activemq/browse/CAMEL-1751

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread Gary Tully
configuration. 2009/6/22 David Durham david.durham...@gmail.com I've got a simple ActiveMQ client running inside Tomcat. When I shutdown Tomcat I get an exception from the Inactivity Monitor Write Check thread. My question is has anyone seen this issue and have a fix for it? I've tried

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread David Durham
On Tue, Jun 23, 2009 at 4:35 AM, Gary Tullygary.tu...@gmail.com wrote: I wonder if this is the result of code registered with a shutdown hook and at shutdown some of the required classes are not longer available. One way to check is to have the broker not register any shutdown hook. Set the

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread David Durham
On Tue, Jun 23, 2009 at 8:34 AM, David Durhamdavid.durham...@gmail.com wrote: On Tue, Jun 23, 2009 at 4:35 AM, Gary Tullygary.tu...@gmail.com wrote: I wonder if this is the result of code registered with a shutdown hook and at shutdown some of the required classes are not longer available. One

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread David Durham
Disregard this section. It was a double paste ..    bean id=returnQueues class=com.inwk.jobtemplate.server.ReturnedQueueRouteBuilder lazy-init=false init-method=init destroy-method=stop        property name=routes            map                entry

inactivity monitor hangs tomcat shutdown

2009-06-22 Thread David Durham
Hi all, I've got a simple ActiveMQ client running inside Tomcat. When I shutdown Tomcat I get an exception from the Inactivity Monitor Write Check thread. My question is has anyone seen this issue and have a fix for it? I've tried making sure that I call the stop() method on my CamelContext

Re: inactivity monitor hangs tomcat shutdown

2009-06-22 Thread David Durham
On Mon, Jun 22, 2009 at 2:40 PM, David Durhamdavid.durham...@gmail.com wrote: Hi all, I've got a simple ActiveMQ client running inside Tomcat.  When I shutdown Tomcat I get an exception from the Inactivity Monitor Write Check thread.  My question is has anyone seen this issue and have a fix

Re: inactivity monitor hangs tomcat shutdown

2009-06-22 Thread David Durham
I've got a simple ActiveMQ client running inside Tomcat.  When I shutdown Tomcat I get an exception from the Inactivity Monitor Write Check thread.  My question is has anyone seen this issue and have a fix for it?  I've tried making sure that I call the stop() method on my CamelContext, but I

Re: Inactivity monitor exception is closing connection.

2008-03-18 Thread bill richard
this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p16116806.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Inactivity monitor exception is closing connection.

2008-03-17 Thread jpitts
Is this still planned? Does anyone have an idea when it may happen? rajdavies wrote: [] We should be coming out with a 5.0.1 real soon that will include the fix -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection

Re: Inactivity monitor exception is closing connection.

2008-02-28 Thread cedricb
version. If it's a simple fix, do you think it's possible to backport it to the 5.0 branch? Regards, Cedric. --- Could you try a snaphot of ActiveMQ 5.1 ? thanks, Rob -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection

Re: Inactivity monitor exception is closing connection.

2008-02-28 Thread Rob Davies
really want to go to production with a snapshot version. If it's a simple fix, do you think it's possible to backport it to the 5.0 branch? Regards, Cedric. --- Could you try a snaphot of ActiveMQ 5.1 ? thanks, Rob -- View this message in context: http://www.nabble.com/Inactivity-monitor

Re: Inactivity monitor exception is closing connection.

2008-02-22 Thread Rob Davies
/10.0.55.197:61616 ... 4 more Anybody have a workaround? I am having problems using this version because it just kicks off all of my services after awhile! -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p15622035.html

Re: Inactivity monitor exception is closing connection.

2008-02-21 Thread sparky2708
: Channel was inactive for too long: puccell/10.0.55.197:61616 ... 4 more Anybody have a workaround? I am having problems using this version because it just kicks off all of my services after awhile! -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception

Re: Inactivity monitor exception is closing connection.

2008-02-21 Thread Zao Liu
: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p15622035.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Inactivity monitor exception is closing connection.

2008-02-21 Thread sparky2708
was inactive for too long: puccell/10.0.55.197:61616 ... 4 more Anybody have a workaround? I am having problems using this version because it just kicks off all of my services after awhile! -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception

Re: Inactivity monitor exception is closing connection.

2008-02-11 Thread lurker
(TcpTransport.java: 172) at java.lang.Thread.run(Unknown Source) I don't know what is the problem. Please help me. Thanks in advance. -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p15404620.html

Inactivity monitor exception is closing connection.

2008-02-10 Thread lurker
in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p15404620.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Inactivity monitor exception is closing connection.

2008-02-10 Thread Rob Davies
) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java: 172) at java.lang.Thread.run(Unknown Source) I don't know what is the problem. Please help me. Thanks in advance. -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection

Re: thread explosion / inactivity monitor causing hangs with activemq 5.0 (final release)

2008-01-16 Thread peter royal
On Jan 16, 2008, at 3:26 AM, Rob Davies wrote: This is a known bug in 5.0 - please use the latest 5.1 snapshot willdo, thanks! -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi smime.p7s Description: S/MIME cryptographic signature