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 D10AC17CF3 for ; Wed, 22 Apr 2015 10:51:54 +0000 (UTC) Received: (qmail 85560 invoked by uid 500); 22 Apr 2015 10:51:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 85538 invoked by uid 500); 22 Apr 2015 10:51: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 84705 invoked by uid 99); 22 Apr 2015 10:51:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 10:51:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for users@activemq.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 10:51:43 +0000 Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 926DC21626 for ; Wed, 22 Apr 2015 10:51:22 +0000 (UTC) Received: by laat2 with SMTP id t2so171632850laa.1 for ; Wed, 22 Apr 2015 03:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=weUNO4haetaCU0UtwTuB9689df/E7REcyZFwlpS94jY=; b=MCcgDAWaoRf6m8T4jI70iqvHlsVa8cnOH8xxUk6IJK85LV6t4YEQVIHGyGuYXghLSG 5rgI+cRcbYHILm/qfSZtRh6mnPwn7GKbU4m8vyvaU8YRKyznkFQevT/I4poFUj66kfZ0 /QPq2eocDkvYAJoFEcyfKzqmKHzOcAtlrCp9BpYD5zd+C45i4wKOfvz34ljQFOFlNakL oHX/h8jXVMUoz4Ql3d4+e/kL3OiRh2TNAfBT6RitQS4ic+D3vMrLLbwvz7GHGuu1gsp3 3wy9V1KczXVUZ9xohy970QwgyH7GA4LXKKTpo7TYtPbx9iJXECXV3NaoJ3FPUnxvE7Dh TRDg== MIME-Version: 1.0 X-Received: by 10.152.27.35 with SMTP id q3mr23926378lag.24.1429699874279; Wed, 22 Apr 2015 03:51:14 -0700 (PDT) Received: by 10.152.162.13 with HTTP; Wed, 22 Apr 2015 03:51:14 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 11:51:14 +0100 Message-ID: Subject: Re: Monitoring producer flow control. From: Gary Tully To: "users@activemq.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/jira/browse/AMQ-4635 may lelp. there is also a destination statistic for blocked sends that could be monit= ored and there is an advisory that fires when a dest is full. On 17 April 2015 at 03:25, Kevin Burton wrote: > I=E2=80=99m looking at implementing producer flow control so that I don= =E2=80=99t fill up > the queues on my broker. > > It doesn=E2=80=99t look like there=E2=80=99s any way I can see that a cli= ent is blocking, > waiting for resources to be released. > > Maybe one strategy could be to put a stopwatch around each send() and the= n > I can see that I have some outstanding that have been open for a long tim= e. > > > -- > > Founder/CEO Spinn3r.com > Location: *San Francisco, CA* > blog: http://burtonator.wordpress.com > =E2=80=A6 or check out my Google+ profile > >