Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 42465 invoked from network); 25 Nov 2010 13:03:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Nov 2010 13:03:29 -0000 Received: (qmail 20753 invoked by uid 500); 25 Nov 2010 13:03:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 20543 invoked by uid 500); 25 Nov 2010 13:03:26 -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 20530 invoked by uid 99); 25 Nov 2010 13:03:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 13:03:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.mk.green@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 13:03:19 +0000 Received: by yxk8 with SMTP id 8so525264yxk.2 for ; Thu, 25 Nov 2010 05:02:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6mZIA0Ep4Gwt/ZveL+/sAxN0/TwQjiCIWd1joQd6ZQg=; b=dkhYZdy0s6nOOvhsztKc4Tsmi036uP6HNH/WFweq8aNeC2j4hOPuD3q3dvIPSESw6l seA8uDgl12K/VWWdXzB2Mhd3NLIrHtZwLsMl/OK68nzFW2naS+tqNPl5O4PzdF4bzypi 9W6beiMb7yR14JtftT7lLvjzqfjxvq+SA1nYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lyQ3l/E8S3dgcNuQu9lSOvkniS9vhKnnQL/NEUsTb63HV3TqwyMOA5SaBa2KdaL91b nu8rYWOVUIv48Z24xdr1O/VAXkVmn6Z/UhHQsrtf6NhAHahNWcKwEQMbN5zWY20EbVx7 z60xcQ1ViY4erNLUiCF1y66ilhjck9Y9xENJw= MIME-Version: 1.0 Received: by 10.42.218.5 with SMTP id ho5mr251859icb.48.1290690178070; Thu, 25 Nov 2010 05:02:58 -0800 (PST) Received: by 10.42.239.202 with HTTP; Thu, 25 Nov 2010 05:02:58 -0800 (PST) Date: Thu, 25 Nov 2010 13:02:58 +0000 Message-ID: Subject: Selected messages not being passed between brokers From: James Green To: users Content-Type: multipart/alternative; boundary=20cf3054ab41943b0d0495e0392f --20cf3054ab41943b0d0495e0392f Content-Type: text/plain; charset=ISO-8859-1 Two 5.4.1 brokers A and B connected to each other via a duplex transport. Sender X fires a message on /queue/account_events to A, consumer Y collects from B. This is normal. Sender Z fires a message on /queue/account_events to A, consumer Y gets nothing. This is abnormal. Check broker A, /queue/account_events shows one consumer connected while consumer Y is connected to broker B. This is normal. I browse broker A's /queue/account_events in the web interface. No messages listed despite multiple page re-loads and an increasing pending count as a result of Z's activity. This is abnormal. Nothing in the logs of either broker. Very very confused. How can sender X's messages get passed along but not sender Z's? James --20cf3054ab41943b0d0495e0392f--