Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 1692 invoked from network); 5 Sep 2006 17:07:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 17:07:15 -0000 Received: (qmail 87903 invoked by uid 500); 5 Sep 2006 17:07:15 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 87711 invoked by uid 500); 5 Sep 2006 17:07:15 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 87702 invoked by uid 99); 5 Sep 2006 17:07:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 10:07:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 10:07:14 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GKeNx-0002uf-QD for activemq-users@geronimo.apache.org; Tue, 05 Sep 2006 10:06:53 -0700 Message-ID: <6156154.post@talk.nabble.com> Date: Tue, 5 Sep 2006 10:06:53 -0700 (PDT) From: StanleyH To: activemq-users@geronimo.apache.org Subject: Re: nonpersistent/nondurable messages In-Reply-To: <44FCBD51.1040001@exist.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: stanley.k.ho@gmail.com References: <6142921.post@talk.nabble.com> <44FCBD51.1040001@exist.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N i'm trying to implement online status for my application using topic. when a client logs on (sends a message) to my authenticator, the auth will sends a message to a topic and user reads that to figure out who's currently online. Adrian Co wrote: > > Are you using queues or topics? > > StanleyH wrote: >> I set the producer to deliver non-persistent but still receive old >> messages >> when my consumer runs. >> >> > > > -- View this message in context: http://www.nabble.com/nonpersistent-nondurable-messages-tf2217701.html#a6156154 Sent from the ActiveMQ - User forum at Nabble.com.