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 B4F581183E for ; Wed, 18 Jun 2014 15:59:21 +0000 (UTC) Received: (qmail 74821 invoked by uid 500); 18 Jun 2014 15:59:16 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 74783 invoked by uid 500); 18 Jun 2014 15:59:16 -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 74772 invoked by uid 99); 18 Jun 2014 15:59:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 15:59:16 +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; Wed, 18 Jun 2014 15:59:13 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WxIFi-0006sd-EK for users@activemq.apache.org; Wed, 18 Jun 2014 08:58:22 -0700 Date: Wed, 18 Jun 2014 08:58:07 -0700 (PDT) From: daltonch To: users@activemq.apache.org Message-ID: <1403107087348-4682262.post@n4.nabble.com> Subject: Some messages sent to Topics are Lost MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have a pretty simple setup. I have 1 Queue that a java application post a message on. I have a Listener on that queue which takes the message and post it to a Topic (does some stuff to it first). I then have several topic listeners configured, each one does something different with the message. Sometimes the message is never picked up by the Topic Listeners. The application that copies the message from the Queue to the Topic is the same process so there is not the issue of it not running. The frustrating part is I can startup the listeners, post some messages and they all make it to the Topic, then 5 minutes later I can post some messages and half of them make it, then 5 minutes later they will all make it. This is causing me to loose many messages and I have no idea where they are going. In the JMSAdmin console the Message Enqueued counter is incremented correctly with the number of messages sent to the topic but the Message Dequeued is always lower, exactly by the number of messages that I am losing. -- View this message in context: http://activemq.2283324.n4.nabble.com/Some-messages-sent-to-Topics-are-Lost-tp4682262.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.