Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 44079 invoked from network); 26 Feb 2007 18:31:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2007 18:31:24 -0000 Received: (qmail 95550 invoked by uid 500); 26 Feb 2007 18:31:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 95431 invoked by uid 500); 26 Feb 2007 18:31:32 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 95422 invoked by uid 99); 26 Feb 2007 18:31:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 10:31:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 10:31:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6454B71403D for ; Mon, 26 Feb 2007 10:31:03 -0800 (PST) Message-ID: <9735464.1172514663408.JavaMail.jira@brutus> Date: Mon, 26 Feb 2007 10:31:03 -0800 (PST) From: "Hiram Chirino (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1176) Using temporary destination across a nework of broker not reliable. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Using temporary destination across a nework of broker not reliable. ------------------------------------------------------------------- Key: AMQ-1176 URL: https://issues.apache.org/activemq/browse/AMQ-1176 Project: ActiveMQ Issue Type: New Feature Affects Versions: 4.1.0 Reporter: Hiram Chirino Assigned To: Hiram Chirino Fix For: 4.1.1 Using temporary destinations across a network of broker can lead to some message not getting delivered due to the way that a temporary destination must first exist on a broker before it accepts a message for it. Due to the timing of some network events, the message may get sent to the destination slightly ahead of the event that creates the temporary destination. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.