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 D4766106D0 for ; Thu, 6 Feb 2014 02:08:49 +0000 (UTC) Received: (qmail 49441 invoked by uid 500); 6 Feb 2014 02:08:49 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 49398 invoked by uid 500); 6 Feb 2014 02:08:48 -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 49387 invoked by uid 99); 6 Feb 2014 02:08:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 02:08:48 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 02:08:42 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WBENf-0003Qw-RC for users@activemq.apache.org; Wed, 05 Feb 2014 18:07:55 -0800 Date: Wed, 5 Feb 2014 18:07:40 -0800 (PST) From: artnaseef To: users@activemq.apache.org Message-ID: <1391652460821-4677512.post@n4.nabble.com> In-Reply-To: References: Subject: Re: Broker Hangs after some time - or does nothing. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org There are many things to check. First off, I have a little confusion. You metion no log messages on the client or server and then show log messages. By server, do you mean the broker or something else? Troubleshooting steps: * When flow stops, check the broker for active client connections via the webconsole or JMX. * Check consumer and producer counts for the destinations. * If the failover transport is being used, be sure to use a ConnectionListener and TransportListener to receive notifications of lost connection to the broker. Note that you should get a log message if the failover transport loses connection, so this may not be necessary. * Check broker JVM memory (especially Heap and PermGen) Also, if the broker is running out of memory due to having too many messages (i.e. slow consumer problem), that could cause the broker to stop functioning. -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-Hangs-after-some-time-or-does-nothing-tp4677506p4677512.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.