Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7AD09968 for ; Tue, 21 May 2013 15:02:14 +0000 (UTC) Received: (qmail 19326 invoked by uid 500); 21 May 2013 15:02:14 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 19283 invoked by uid 500); 21 May 2013 15:02:14 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 19247 invoked by uid 99); 21 May 2013 15:02:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 15:02:12 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of suonayi2006@163.com designates 220.181.13.88 as permitted sender) Received: from [220.181.13.88] (HELO m13-88.163.com) (220.181.13.88) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 15:02:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Received:Date:From:To:Subject:In-Reply-To: References:Content-Type:MIME-Version:Message-ID; bh=mgN/IwjYI+dm /zHvcG0h0wkqRgPbxywnbSLRXUFnlAA=; b=RRtnrqG9HCoD46j69/Uqx6pjf19P SsnTzBYWU53rnDUPlzeYmECI1NWkdJiArJktZM7MDccH35/mIaoaSY3s6ABFltEr Ype09+dFs+7/XkrLZMrRnAiyGBw3WwyUE9niDrach9KCyeW3Ed3eCCBFAfl+QuLi UeEgXuLpf+YcAVw= Received: from suonayi2006$163.com ( [114.249.244.225] ) by ajax-webmail-wmsvr88 (Coremail) ; Tue, 21 May 2013 23:01:41 +0800 (CST) X-Originating-IP: [114.249.244.225] Date: Tue, 21 May 2013 23:01:41 +0800 (CST) From: SuoNayi To: users@activemq.apache.org Subject: Re:RE: Stuck Messages X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20130424(22035.5339.5325) Copyright (c) 2002-2013 www.mailtech.cn 163com In-Reply-To: <4A871AAEA64AA648B6E65464A1964B0D52E81A86@c15nt05ex.carters.com> References: <1360191116118-4662949.post@n4.nabble.com> <4A871AAEA64AA648B6E65464A1964B0D388BCD9F@c15nt05ex.carters.com> <521139BA-DAED-4CBE-B21B-87E544C3F56A@gmail.com> <7DA9E9F3-1508-4EBC-9FCA-F47E4707FA4C@gmail.com> <4A871AAEA64AA648B6E65464A1964B0D388BD211@c15nt05ex.carters.com> <4A871AAEA64AA648B6E65464A1964B0D52E81A86@c15nt05ex.carters.com> X-CM-CTRLDATA: qjmwWmZvb3Rlcl9odG09MTIxMTk6ODE= Content-Type: multipart/alternative; boundary="----=_Part_297849_679355211.1369148501846" MIME-Version: 1.0 Message-ID: <68c3c18c.13d0d.13ec79c2f56.Coremail.suonayi2006@163.com> X-CM-TRANSID: WMGowECZy0RVjJtRxL9WAA--.10264W X-CM-SenderInfo: xvxr0td1lsiiqw6rljoofrz/1tbiEAQkGk9o7yW5DQACsx X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_297849_679355211.1369148501846 Content-Type: text/plain; charset=GBK Content-Transfer-Encoding: 7bit What do you mean AMQ stops running?Does it exit the JVM or stop working as expected? PFC and memory usage limit need fine tune if you want the broker to work stably for weeks. If you want to see how many pending messages in your destinations or something else,take a look at http://activemq.apache.org/how-can-i-monitor-activemq.html At 2013-05-21 22:36:17,"Donald Masanz" wrote: >I'm wondering if there is a way to automatically check to see if there are any entries in the Visibility Inbound queue. We still have sporadic situations where Apache stops running. We have found documentation on where this could be caused by the producerFlowControl, however we have not made changes to our production system. What we would like to do is to write some scripts that could check that queue value so that if the queue > 0 then send us notification. This past weekend MQ stopped running and we had over 40,000 entries that needed to process. With that being said we know that we can execute AIX scripts to monitor MQ Series so I'm wondering if there is a way to manually monitor Apache? > >From: Gaurav Sharma [via ActiveMQ] [mailto:ml-node+s2283324n4662994h57@n4.nabble.com] >Sent: Thursday, February 07, 2013 11:13 AM >To: Masanz, Don >Subject: Re: Stuck Messages > >Aah, I see. So, a good place to start is: >http://activemq.apache.org/performance-tuning.html > >AMQ is a non-trivial distributed system and infrastructure building block. So, like any such system, it needs to be tuned and configured for your needs and it is highly configurable and flexible. >As you are reading the perf page, pull out your activemq.xml from the installed edi system - mask hosts/ports/passwds and post it on here. Your broker seems to be running low on system resources. > >On Feb 7, 2013, at 9:00, Donald Masanz <[hidden email]> wrote: > >> Do you have any document available on MQ. We had this installed in August of 2011, they installed MQ as part of our EDI software. I am the ADMIN, but no one in our staff has actually ever done any set up or configurations. It was all done for us. Therefore when you mention all these options, I really don't have much of a clue what you are talking about. >> >> >> From: Gaurav Sharma [via ActiveMQ] [mailto:[hidden email]] >> Sent: Thursday, February 07, 2013 10:57 AM >> To: Masanz, Don >> Subject: Re: Stuck Messages >> >> Forgot to mention - since you know what queues and topics have fast consumers that can keep up with producers, you can always setup nagios alerts (warn/critical) on 'Pending Messages'. I use my broker liveness monitor daemon that periodically performs synthetic transactions against the broker so I can auto-markdown bad apple broker nodes on the client side. >> >> On Feb 7, 2013, at 8:40, Gaurav Sharma <[hidden email]> wrote: >> >>> Folks - when you notice the broker in a 'stuck' state, please take a thread and heap dump before killing the broker process and share with devs on here. >>> >>> Also: >>> 1. What broker topology are you using? >>> 2. How many producers/consumers? >>> 3. Are you pooling connections, producers, sessions? >>> 4. How large are your messages? >>> 5. How many concurrent connections? What is the rate of message flow /second? >>> 6. Are messages persistent and if so, what store? >>> 7. What are your system/memory usage settings? How much heap and RAM on brokers and on clients? >>> 8. What is the prefetch size? >>> 9. How are you using the broker - what role is it playing in your system? Using queues, topics, both? >>> 10. Have you monitored GC activity on clients and brokers? >>> 11. What amq transport are you using and via what client? >>> >>> There might be more than one factors at play here. Very curious how restarts are 'fixing' the problem. >>> >>> On Feb 7, 2013, at 8:18, Donald Masanz <[hidden email]> wrote: >>> >>>> I took your advice this morning when I noticed that MQ had hung up and was able to keep my application running while I restarted MQ. Great tip. Do you have a process that monitors MQ and notifies you if it stops processing, or do you have to do a manual check? >>>> >>>> From: tetoconsusport [via ActiveMQ] [mailto:[hidden email]] >>>> Sent: Wednesday, February 06, 2013 4:52 PM >>>> To: Masanz, Don >>>> Subject: Re: Stuck Messages >>>> >>>> Did you find a solution for this? We are running activemq 5.7 and have had this issue as well. If we restart activemq everything works however, we have not been able to find the root cause. >>>> ________________________________ >>>> If you reply to this email, your message will be added to the discussion below: >>>> >>>> NAML >>>> >>>> >>>> >>>> >>>> -- >>>> View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-Messages-tp4662092p4662985.html >>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> ________________________________ >> If you reply to this email, your message will be added to the discussion below: >> >> NAML >> >> >> >> >> -- >> View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-Messages-tp4662092p4662993.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >________________________________ >If you reply to this email, your message will be added to the discussion below: >http://activemq.2283324.n4.nabble.com/Stuck-Messages-tp4662092p4662994.html >To unsubscribe from Stuck Messages, click here. >NAML > > > > >-- >View this message in context: http://activemq.2283324.n4.nabble.com/Stuck-Messages-tp4662092p4667280.html >Sent from the ActiveMQ - User mailing list archive at Nabble.com. ------=_Part_297849_679355211.1369148501846--