Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 88902 invoked from network); 17 Mar 2006 12:52:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Mar 2006 12:52:18 -0000 Received: (qmail 12213 invoked by uid 500); 17 Mar 2006 12:52:11 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 12172 invoked by uid 500); 17 Mar 2006 12:52:11 -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 12143 invoked by uid 99); 17 Mar 2006 12:52:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 04:52:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of xleyba@gmail.com designates 64.233.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 04:52:10 -0800 Received: by wproxy.gmail.com with SMTP id i21so581263wra for ; Fri, 17 Mar 2006 04:51:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sG6TmkTLupjlsaJyi6Smhl9cEgRId7fXmuE2dZJRskFaUDvTgbU05d+bESa/qfTscnnLIhie4C0E6eKDtAt2ubM0LFTbBfyI3B3Nem4V2Tozzsbvj1x93vjm8ZuUeO4wuTXuPYuFBp4Gpe0HFFD/ormcPwMgZTW9Sstt08lebMc= Received: by 10.65.158.13 with SMTP id k13mr177896qbo; Fri, 17 Mar 2006 04:51:49 -0800 (PST) Received: by 10.65.251.10 with HTTP; Fri, 17 Mar 2006 04:51:49 -0800 (PST) Message-ID: <933f2a180603170451g3c67194bmf646dea4a9d6e27c@mail.gmail.com> Date: Fri, 17 Mar 2006 13:51:49 +0100 From: "Javier Leyba" To: activemq-users@geronimo.apache.org Subject: Knowing existent persisted topics at startup MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I need my application check which topics were persisted and still exists in broker at start up. I need this because I've topic names stored in a DB. My application will try to load them from a DB and create them in broker. I want to check if they exists before create'em and bind them to jndi. How could I do this ? Thanks in advance J