Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 29479 invoked from network); 26 Feb 2009 13:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2009 13:47:26 -0000 Received: (qmail 13612 invoked by uid 500); 26 Feb 2009 13:47:25 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 13590 invoked by uid 500); 26 Feb 2009 13:47:25 -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 13579 invoked by uid 99); 26 Feb 2009 13:47:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 05:47:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [62.206.212.210] (HELO centauri.maas.de) (62.206.212.210) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 13:47:17 +0000 Received: from [192.168.1.218] (unknown [192.168.1.218]) by centauri.maas.de (Postfix) with ESMTP id 984631B4ED5 for ; Thu, 26 Feb 2009 14:44:55 +0100 (CET) Message-ID: <49A69CD4.4040108@maas.de> Date: Thu, 26 Feb 2009 14:44:52 +0100 From: Minh Tu Duong User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@activemq.apache.org Subject: lost of message because of the queue name. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, i am using Activemq 5.2.0 and ve found so strange bug: * two install of activemq 5.2.0: amq1 and amq2 * at amq2 I use jmsbridge to transfer the message from amq1 to amq 2 Problem: every second, fourth, sixth and so on messages were lost. it happens the same when i change the queue name with the same format like s1.fileuploade, b1.fileuploaded..... when i change the queue name into the other format, it works correclty, i lose nothing. somebody has the same bug? cheers Minh Tu.