Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 90817 invoked from network); 27 May 2010 14:28:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 14:28:14 -0000 Received: (qmail 90095 invoked by uid 500); 27 May 2010 14:28:14 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 90070 invoked by uid 500); 27 May 2010 14:28:14 -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 90062 invoked by uid 99); 27 May 2010 14:28:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 14:28:14 +0000 X-ASF-Spam-Status: No, hits=-1472.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 14:28:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4RERrd7025253 for ; Thu, 27 May 2010 14:27:53 GMT Message-ID: <31455792.4711274970473066.JavaMail.jira@thor> Date: Thu, 27 May 2010 10:27:53 -0400 (EDT) From: "Qingyi Gu (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2752) Message is delivered to DLQ in store and forward mode if two brokers clock is not in sync In-Reply-To: <18075659.3871274905491786.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59575#action_59575 ] Qingyi Gu commented on AMQ-2752: -------------------------------- I did tried "timestampplugin", but it didn't solve the problem in this case. I think it is because the plugin is mainly for the leg between jms client and broker. My case is the leg between two brokers. Yeah, we are seeking OS level protocol to keep clocks in sync to resolve this issue. > Message is delivered to DLQ in store and forward mode if two brokers clock is not in sync > ----------------------------------------------------------------------------------------- > > Key: AMQ-2752 > URL: https://issues.apache.org/activemq/browse/AMQ-2752 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.1 > Environment: Windows 2003 Server, ActiveMQ 5.3.1, Camel 2.2.0 and Jboss 4.2.2 > Reporter: Qingyi Gu > > I have two ActiveMQ running on two separated machines. They use duplex network connector between them. I am using camel InOut Pattern to send message cross these two brokers. The InOut request timeout is 20 seconds. If these two broker machines' clock is NOT in sync, at least the destination broker clock is more than 20 seconds ahead of the sender broker's clock, when the message gets on destination broker side, it is being delivered to DLQ right away. I am not sure if there is a way to avoid this problem. Or it just works as designed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.