Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 95074 invoked from network); 28 Aug 2006 11:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 11:28:05 -0000 Received: (qmail 92076 invoked by uid 500); 28 Aug 2006 11:28:04 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 92062 invoked by uid 500); 28 Aug 2006 11:28:03 -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 92053 invoked by uid 99); 28 Aug 2006 11:28:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 04:28:03 -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; Mon, 28 Aug 2006 04:28:03 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GHfHK-00067j-A1 for activemq-users@geronimo.apache.org; Mon, 28 Aug 2006 04:27:42 -0700 Message-ID: <6018448.post@talk.nabble.com> Date: Mon, 28 Aug 2006 04:27:42 -0700 (PDT) From: wizard To: activemq-users@geronimo.apache.org Subject: Topic message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm new to amq, so I have a basic question, I guess. I've created a queue, with a producer and a consumer, and I was able to send messages, and keep them in queue. Now I've changed to using a topic, and I still send and receive messages, but the behaviour has changed: when I produce a message and the consumer is running, it instantly gets the message. But when I produce a message and the consumer isn't running, I seem to lose the message, because when I connect the consumer, it doesn't read any message at all, and my queue size is always 0. Is this how topics are supposed to work? What is wrong? -- View this message in context: http://www.nabble.com/Topic-message-tf2176745.html#a6018448 Sent from the ActiveMQ - User forum at Nabble.com.