Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 24613 invoked from network); 24 Jul 2009 17:08:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jul 2009 17:08:47 -0000 Received: (qmail 57430 invoked by uid 500); 24 Jul 2009 17:09:52 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 57386 invoked by uid 500); 24 Jul 2009 17:09:52 -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 57376 invoked by uid 99); 24 Jul 2009 17:09:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 17:09:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of damon.richardson@asolutions.com designates 66.236.120.143 as permitted sender) Received: from [66.236.120.143] (HELO pp0.asolutions.com) (66.236.120.143) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 17:09:44 +0000 Received: from zimbra.asolutions.com (zimbra.asolutions.com [192.168.9.3]) by pp0.asolutions.com (8.14.1/8.14.1) with ESMTP id n6OH9NnO007996 for ; Fri, 24 Jul 2009 12:09:23 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.asolutions.com (Postfix) with ESMTP id 7F1E32A8C0FC for ; Fri, 24 Jul 2009 12:09:21 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.asolutions.com Received: from zimbra.asolutions.com ([127.0.0.1]) by localhost (zimbra.asolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jTB3J3JRoQSD for ; Fri, 24 Jul 2009 12:09:21 -0500 (CDT) Received: from zimbra.asolutions.com (zimbra.asolutions.com [192.168.9.3]) by zimbra.asolutions.com (Postfix) with ESMTP id 609F62A8C0FB for ; Fri, 24 Jul 2009 12:09:21 -0500 (CDT) Date: Fri, 24 Jul 2009 12:09:21 -0500 (CDT) From: Damon Richardson To: dev@activemq.apache.org Message-ID: <11332338.149971248455361355.JavaMail.root@zimbra.asolutions.com> Subject: I need New Topic Subscribers to get past messages. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.3.144] X-Mailer: Zimbra 5.0.16_GA_2921.RHEL5 (ZimbraWebClient - FF3.0 (Win)/5.0.16_GA_2921.RHEL5) X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2009-07-24_08:2009-07-24,2009-07-24,2009-07-24 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0811170000 definitions=main-0907240108 X-Virus-Checked: Checked by ClamAV on apache.org I have a need for new Topic Subscribers to get all the messages ever published to a queue. So I need to start the publisher. Let it publish N number of messages. Well after the messages have been placed on the topic I need a N number of new Subscribers to come up and get all the messages from the past. I will not have anyway to Pre-subscribe to the topics. Any suggestions on where to start looking for how to do this? Thanks, Damon Richardson