Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B57A3EFD9 for ; Sat, 8 Dec 2012 14:37:08 +0000 (UTC) Received: (qmail 79165 invoked by uid 500); 8 Dec 2012 14:37:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 79131 invoked by uid 500); 8 Dec 2012 14:37:08 -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 79109 invoked by uid 99); 8 Dec 2012 14:37:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2012 14:37:07 +0000 X-ASF-Spam-Status: No, hits=3.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jsherman1@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2012 14:37:02 +0000 Received: by mail-wi0-f175.google.com with SMTP id hm11so234616wib.14 for ; Sat, 08 Dec 2012 06:36:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BWrBbhXPX9A7UdHdzIoJ1cOPuDxCGknntdjCQ0EpntY=; b=EC0Wm8hti1ITgz63L/5dCxgsmsXYl62ZPSpJ3Kn2k8GpO9yvpvy1d6D6JOOX3kq9n9 DgcldMUvFhpROksimugnGTV/wtj/uC1VIRDFZa1X11mhhrgmaK9AXq9FW3JzWH5ZVntV ky/Ne2HjYQmnDCyL0ue/yo4uON3XC/Czl7Wuq64m4TkUfXyGGtyy9n9Ck9RJ+/NBe+Hz vvcZeyzwz8nFH7Ex7ceQbXV+vYhrf2bB5oxevbTYNxasiFXTkCQws/jKXzzFKcMyGC3+ 3AhRKQa15ZZgjLHgEKTdReqk6TQ0sFQeV3pc/Ljx6s5xArzsgHzeD0ZE9WOGme8NnN0H MWVw== MIME-Version: 1.0 Received: by 10.216.209.27 with SMTP id r27mr3558605weo.145.1354977401745; Sat, 08 Dec 2012 06:36:41 -0800 (PST) Received: by 10.194.25.68 with HTTP; Sat, 8 Dec 2012 06:36:41 -0800 (PST) Received: by 10.194.25.68 with HTTP; Sat, 8 Dec 2012 06:36:41 -0800 (PST) In-Reply-To: <1354935043789-4660386.post@n4.nabble.com> References: <1354935043789-4660386.post@n4.nabble.com> Date: Sat, 8 Dec 2012 09:36:41 -0500 Message-ID: Subject: Re: How an client use server time to receive message? From: Jason Sherman To: dev@activemq.apache.org Content-Type: multipart/alternative; boundary=0016e6d9a34cb5b02a04d05842b1 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d9a34cb5b02a04d05842b1 Content-Type: text/plain; charset=ISO-8859-1 Hi, Other than syncing the clocks on the two systems you can use the broker TimeStampPlugin [1]. [1] http://activemq.apache.org/timestampplugin.html Regards, Jason On Dec 8, 2012 9:29 AM, "wupeizhuang" wrote: > Client time is faster than the server.And the message has been setted > JMSExpiration value.So client always cann't receive the message.How can I > resovle this problem? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/How-an-client-use-server-time-to-receive-message-tp4660386.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > --0016e6d9a34cb5b02a04d05842b1--